Shades of Slate Blue #654CE8
Tints of Slate Blue #654CE8
RGB
CMYK
RGB Variations
Color information
#654CE8 (or 0x654CE8) is known color: Slate Blue. HEX triplet: 65, 4C and E8. RGB value is (101,76,232). Sum of RGB (Red+Green+Blue) = 101+76+232=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #654CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654CE8 is #9AB317. Grayscale: #646464. Windows color (decimal): -10138392 or 15223909. OLE color: 15223909.
HSL color Cylindrical-coordinate representation of color #654CE8: hue angle of 249.62º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654CE8 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 76 | 232 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.09 |
| HSL | 249.62º | 0.77% | 0.6% | - |
| HSV(B) | 249.62º | 0.67% | 0.91% | - |
| XYZ | 22.52 | 13.76 | 77.81 | - |
| YUV | 101.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 232 | 0.56 | 0.67 | 0 | 0.09 | 249.62 | 0.77 | 0.6 |
| Hex | 65 | 4C | E8 | 38 | 43 | 0 | 9 | FA | 4D | 3C |
| Octal | 145 | 114 | 350 | 70 | 103 | 0 | 11 | 372 | 115 | 74 |
| Binary | 1100101 | 1001100 | 11101000 | 111000 | 1000011 | 0 | 1001 | 11111010 | 1001101 | 111100 |
Color Harmonies of #654CE8
Complementary color
Monochromatic Colors of #654CE8
Black with #654CE8
Text Example
Text Example
White with #654CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CE8; }
p { color: rgb(101,76,232); }
H1.HeaderClassName
{
color: #654CE8;
}
.AnyTagClassName
{
color: #654CE8;
}
</style>
background-color css
<style>
a { background-color: #654CE8; }
a { background-color: rgb(101,76,232); }
div.DivClassName
{
background-color: #654CE8;
}
.BgClassName
{
background-color: #654CE8;
}
</style>
border-color css
<style>
span { border-color: #654CE8; }
span { border-color: rgb(101,76,232); }
td.TdClassName
{
border-color: #654CE8;
}
.TagClassName
{
border-color: #654CE8;
}
</style>