#654DC8

Color #654DC8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #654DC8

Tints of Slate Blue #654DC8

Color information

#654DC8 (or 0x654DC8) is unknown color: approx Slate Blue. HEX triplet: 65, 4D and C8. RGB value is (101,77,200). Sum of RGB (Red+Green+Blue) = 101+77+200=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #654DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DC8 is #9AB237. Grayscale: #616161. Windows color (decimal): -10138168 or 13127013. OLE color: 13127013.

HSL color Cylindrical-coordinate representation of color #654DC8: hue angle of 251.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #654DC8 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10177200-
CMYK0.490.6200.22
HSL251.71º52.79%54.31%-
HSV(B)251.71º61.5%78.43%-
XYZ18.4512.2456.03-
YUV98.2185.45130-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 200 (78.52% from 255) = 52.91%
R=26.72%
G=20.37%
B=52.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101772000.490.6200.22251.7152.7954.31
Hex654DC8313E016fc3536
Octal14511531061760263746566
Binary110010110011011100100011000111111001011011111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654DC8; }

 p { color: rgb(101,77,200); }

 H1.HeaderClassName
 {
   color: #654DC8;
 }
 .AnyTagClassName
 {
   color: #654DC8;
 }
</style>
background-color css

<style>
 a { background-color: #654DC8; }

 a { background-color: rgb(101,77,200); }

 div.DivClassName
 {
   background-color: #654DC8;
 }
 .BgClassName
 {
   background-color: #654DC8;
 }
</style>
border-color css

<style>
 span { border-color: #654DC8; }

 span { border-color: rgb(101,77,200); }

 td.TdClassName
 {
   border-color: #654DC8;
 }
 .TagClassName
 {
   border-color: #654DC8;
 }
</style>