Shades of Slate Blue #644FE8
Tints of Slate Blue #644FE8
RGB
CMYK
RGB Variations
Color information
#644FE8 (or 0x644FE8) is known color: Slate Blue. HEX triplet: 64, 4F and E8. RGB value is (100,79,232). Sum of RGB (Red+Green+Blue) = 100+79+232=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 79 (31.25% from 255 or 19.22% 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 #644FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644FE8 is #9BB017. Grayscale: #666666. Windows color (decimal): -10203160 or 15224676. OLE color: 15224676.
HSL color Cylindrical-coordinate representation of color #644FE8: hue angle of 248.24º 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 #644FE8 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 79 | 232 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.09 |
| HSL | 248.24º | 0.77% | 0.61% | - |
| HSV(B) | 248.24º | 0.66% | 0.91% | - |
| XYZ | 22.62 | 14.13 | 77.88 | - |
| YUV | 102.72 | 200.96 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 232 | 0.57 | 0.66 | 0 | 0.09 | 248.24 | 0.77 | 0.61 |
| Hex | 64 | 4F | E8 | 39 | 42 | 0 | 9 | F8 | 4D | 3D |
| Octal | 144 | 117 | 350 | 71 | 102 | 0 | 11 | 370 | 115 | 75 |
| Binary | 1100100 | 1001111 | 11101000 | 111001 | 1000010 | 0 | 1001 | 11111000 | 1001101 | 111101 |
Color Harmonies of #644FE8
Complementary color
Monochromatic Colors of #644FE8
Black with #644FE8
Text Example
Text Example
White with #644FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FE8; }
p { color: rgb(100,79,232); }
H1.HeaderClassName
{
color: #644FE8;
}
.AnyTagClassName
{
color: #644FE8;
}
</style>
background-color css
<style>
a { background-color: #644FE8; }
a { background-color: rgb(100,79,232); }
div.DivClassName
{
background-color: #644FE8;
}
.BgClassName
{
background-color: #644FE8;
}
</style>
border-color css
<style>
span { border-color: #644FE8; }
span { border-color: rgb(100,79,232); }
td.TdClassName
{
border-color: #644FE8;
}
.TagClassName
{
border-color: #644FE8;
}
</style>