Shades of Slate Blue #654EE8
Tints of Slate Blue #654EE8
RGB
CMYK
RGB Variations
Color information
#654EE8 (or 0x654EE8) is known color: Slate Blue. HEX triplet: 65, 4E and E8. RGB value is (101,78,232). Sum of RGB (Red+Green+Blue) = 101+78+232=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #654EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654EE8 is #9AB117. Grayscale: #656565. Windows color (decimal): -10137880 or 15224421. OLE color: 15224421.
HSL color Cylindrical-coordinate representation of color #654EE8: hue angle of 248.96º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654EE8 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 78 | 232 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.09 |
| HSL | 248.96º | 0.77% | 0.61% | - |
| HSV(B) | 248.96º | 0.66% | 0.91% | - |
| XYZ | 22.66 | 14.04 | 77.86 | - |
| YUV | 102.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 232 | 0.56 | 0.66 | 0 | 0.09 | 248.96 | 0.77 | 0.61 |
| Hex | 65 | 4E | E8 | 38 | 42 | 0 | 9 | F9 | 4D | 3D |
| Octal | 145 | 116 | 350 | 70 | 102 | 0 | 11 | 371 | 115 | 75 |
| Binary | 1100101 | 1001110 | 11101000 | 111000 | 1000010 | 0 | 1001 | 11111001 | 1001101 | 111101 |
Color Harmonies of #654EE8
Complementary color
Monochromatic Colors of #654EE8
Black with #654EE8
Text Example
Text Example
White with #654EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EE8; }
p { color: rgb(101,78,232); }
H1.HeaderClassName
{
color: #654EE8;
}
.AnyTagClassName
{
color: #654EE8;
}
</style>
background-color css
<style>
a { background-color: #654EE8; }
a { background-color: rgb(101,78,232); }
div.DivClassName
{
background-color: #654EE8;
}
.BgClassName
{
background-color: #654EE8;
}
</style>
border-color css
<style>
span { border-color: #654EE8; }
span { border-color: rgb(101,78,232); }
td.TdClassName
{
border-color: #654EE8;
}
.TagClassName
{
border-color: #654EE8;
}
</style>