Shades of Light Slate Blue #8775F4
Tints of Light Slate Blue #8775F4
RGB
CMYK
RGB Variations
Color information
#8775F4 (or 0x8775F4) is known color: Light Slate Blue. HEX triplet: 87, 75 and F4. RGB value is (135,117,244). Sum of RGB (Red+Green+Blue) = 135+117+244=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #8775F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8775F4 is #788A0B. Grayscale: #888888. Windows color (decimal): -7899660 or 16020871. OLE color: 16020871.
HSL color Cylindrical-coordinate representation of color #8775F4: hue angle of 248.5º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8775F4 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 117 | 244 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.04 |
| HSL | 248.5º | 0.85% | 0.71% | - |
| HSV(B) | 248.5º | 0.52% | 0.96% | - |
| XYZ | 32.68 | 24.41 | 88.58 | - |
| YUV | 136.86 | 188.46 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 244 | 0.45 | 0.52 | 0 | 0.04 | 248.5 | 0.85 | 0.71 |
| Hex | 87 | 75 | F4 | 2D | 34 | 0 | 4 | F9 | 55 | 47 |
| Octal | 207 | 165 | 364 | 55 | 64 | 0 | 4 | 371 | 125 | 107 |
| Binary | 10000111 | 1110101 | 11110100 | 101101 | 110100 | 0 | 100 | 11111001 | 1010101 | 1000111 |
Color Harmonies of #8775F4
Complementary color
Monochromatic Colors of #8775F4
Black with #8775F4
Text Example
Text Example
White with #8775F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8775F4; }
p { color: rgb(135,117,244); }
H1.HeaderClassName
{
color: #8775F4;
}
.AnyTagClassName
{
color: #8775F4;
}
</style>
background-color css
<style>
a { background-color: #8775F4; }
a { background-color: rgb(135,117,244); }
div.DivClassName
{
background-color: #8775F4;
}
.BgClassName
{
background-color: #8775F4;
}
</style>
border-color css
<style>
span { border-color: #8775F4; }
span { border-color: rgb(135,117,244); }
td.TdClassName
{
border-color: #8775F4;
}
.TagClassName
{
border-color: #8775F4;
}
</style>