#654DE5

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

Shades of Slate Blue #654DE5

Tints of Slate Blue #654DE5

Color information

#654DE5 (or 0x654DE5) is unknown color: approx Slate Blue. HEX triplet: 65, 4D and E5. RGB value is (101,77,229). Sum of RGB (Red+Green+Blue) = 101+77+229=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #654DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DE5 is #9AB21A. Grayscale: #646464. Windows color (decimal): -10138139 or 15027557. OLE color: 15027557.

HSL color Cylindrical-coordinate representation of color #654DE5: hue angle of 249.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654DE5 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10177229-
CMYK0.560.6600.10
HSL249.47º74.51%60%-
HSV(B)249.47º66.38%89.8%-
XYZ22.1613.7375.61-
YUV101.5199.95127.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 229 (89.84% from 255) = 56.27%
R=24.82%
G=18.92%
B=56.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101772290.560.6600.10249.4774.5160
Hex654DE538420Af94b3c
Octal1451153457010201237111374
Binary1100101100110111100101111000100001001010111110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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