Shades of Light Slate Blue #888AF2
Tints of Light Slate Blue #888AF2
RGB
CMYK
RGB Variations
Color information
#888AF2 (or 0x888AF2) is known color: Light Slate Blue. HEX triplet: 88, 8A and F2. RGB value is (136,138,242). Sum of RGB (Red+Green+Blue) = 136+138+242=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #888AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AF2 is #77750D. Grayscale: #949494. Windows color (decimal): -7828750 or 15895176. OLE color: 15895176.
HSL color Cylindrical-coordinate representation of color #888AF2: hue angle of 238.87º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #888AF2 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 138 | 242 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.05 |
| HSL | 238.87º | 0.8% | 0.74% | - |
| HSV(B) | 238.87º | 0.44% | 0.95% | - |
| XYZ | 35.27 | 29.82 | 87.9 | - |
| YUV | 149.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 242 | 0.44 | 0.43 | 0 | 0.05 | 238.87 | 0.8 | 0.74 |
| Hex | 88 | 8A | F2 | 2C | 2B | 0 | 5 | EF | 50 | 4A |
| Octal | 210 | 212 | 362 | 54 | 53 | 0 | 5 | 357 | 120 | 112 |
| Binary | 10001000 | 10001010 | 11110010 | 101100 | 101011 | 0 | 101 | 11101111 | 1010000 | 1001010 |
Color Harmonies of #888AF2
Complementary color
Monochromatic Colors of #888AF2
Black with #888AF2
Text Example
Text Example
White with #888AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888AF2; }
p { color: rgb(136,138,242); }
H1.HeaderClassName
{
color: #888AF2;
}
.AnyTagClassName
{
color: #888AF2;
}
</style>
background-color css
<style>
a { background-color: #888AF2; }
a { background-color: rgb(136,138,242); }
div.DivClassName
{
background-color: #888AF2;
}
.BgClassName
{
background-color: #888AF2;
}
</style>
border-color css
<style>
span { border-color: #888AF2; }
span { border-color: rgb(136,138,242); }
td.TdClassName
{
border-color: #888AF2;
}
.TagClassName
{
border-color: #888AF2;
}
</style>