#654AC8

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

Shades of Slate Blue #654AC8

Tints of Slate Blue #654AC8

Color information

#654AC8 (or 0x654AC8) is unknown color: approx Slate Blue. HEX triplet: 65, 4A and C8. RGB value is (101,74,200). Sum of RGB (Red+Green+Blue) = 101+74+200=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #654AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AC8 is #9AB537. Grayscale: #5F5F5F. Windows color (decimal): -10138936 or 13126245. OLE color: 13126245.

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

Color convert

RGB10174200-
CMYK0.490.6300.22
HSL252.86º53.39%53.73%-
HSV(B)252.86º63%78.43%-
XYZ18.2411.8355.97-
YUV96.44186.45131.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=26.93%
G=19.73%
B=53.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101742000.490.6300.22252.8653.3953.73
Hex654AC8313F016fd3536
Octal14511231061770263756566
Binary110010110010101100100011000111111101011011111101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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