Shades of Light Slate Blue #8770F2
Tints of Light Slate Blue #8770F2
RGB
CMYK
RGB Variations
Color information
#8770F2 (or 0x8770F2) is known color: Light Slate Blue. HEX triplet: 87, 70 and F2. RGB value is (135,112,242). Sum of RGB (Red+Green+Blue) = 135+112+242=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #8770F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8770F2 is #788F0D. Grayscale: #858585. Windows color (decimal): -7900942 or 15888519. OLE color: 15888519.
HSL color Cylindrical-coordinate representation of color #8770F2: hue angle of 250.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8770F2 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 112 | 242 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.05 |
| HSL | 250.62º | 0.83% | 0.69% | - |
| HSV(B) | 250.62º | 0.54% | 0.95% | - |
| XYZ | 31.81 | 23.15 | 86.8 | - |
| YUV | 133.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 242 | 0.44 | 0.54 | 0 | 0.05 | 250.62 | 0.83 | 0.69 |
| Hex | 87 | 70 | F2 | 2C | 36 | 0 | 5 | FB | 53 | 45 |
| Octal | 207 | 160 | 362 | 54 | 66 | 0 | 5 | 373 | 123 | 105 |
| Binary | 10000111 | 1110000 | 11110010 | 101100 | 110110 | 0 | 101 | 11111011 | 1010011 | 1000101 |
Color Harmonies of #8770F2
Complementary color
Monochromatic Colors of #8770F2
Black with #8770F2
Text Example
Text Example
White with #8770F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770F2; }
p { color: rgb(135,112,242); }
H1.HeaderClassName
{
color: #8770F2;
}
.AnyTagClassName
{
color: #8770F2;
}
</style>
background-color css
<style>
a { background-color: #8770F2; }
a { background-color: rgb(135,112,242); }
div.DivClassName
{
background-color: #8770F2;
}
.BgClassName
{
background-color: #8770F2;
}
</style>
border-color css
<style>
span { border-color: #8770F2; }
span { border-color: rgb(135,112,242); }
td.TdClassName
{
border-color: #8770F2;
}
.TagClassName
{
border-color: #8770F2;
}
</style>