Shades of Light Slate Blue #8865FB
Tints of Light Slate Blue #8865FB
RGB
CMYK
RGB Variations
Color information
#8865FB (or 0x8865FB) is known color: Light Slate Blue. HEX triplet: 88, 65 and FB. RGB value is (136,101,251). Sum of RGB (Red+Green+Blue) = 136+101+251=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #8865FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8865FB is #779A04. Grayscale: #7F7F7F. Windows color (decimal): -7838213 or 16475528. OLE color: 16475528.
HSL color Cylindrical-coordinate representation of color #8865FB: hue angle of 254º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8865FB is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 101 | 251 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.02 |
| HSL | 254º | 0.95% | 0.69% | - |
| HSV(B) | 254º | 0.6% | 0.98% | - |
| XYZ | 32.22 | 21.51 | 93.72 | - |
| YUV | 128.57 | 197.1 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 251 | 0.46 | 0.60 | 0 | 0.02 | 254 | 0.95 | 0.69 |
| Hex | 88 | 65 | FB | 2E | 3C | 0 | 2 | FE | 5F | 45 |
| Octal | 210 | 145 | 373 | 56 | 74 | 0 | 2 | 376 | 137 | 105 |
| Binary | 10001000 | 1100101 | 11111011 | 101110 | 111100 | 0 | 10 | 11111110 | 1011111 | 1000101 |
Color Harmonies of #8865FB
Complementary color
Monochromatic Colors of #8865FB
Black with #8865FB
Text Example
Text Example
White with #8865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865FB; }
p { color: rgb(136,101,251); }
H1.HeaderClassName
{
color: #8865FB;
}
.AnyTagClassName
{
color: #8865FB;
}
</style>
background-color css
<style>
a { background-color: #8865FB; }
a { background-color: rgb(136,101,251); }
div.DivClassName
{
background-color: #8865FB;
}
.BgClassName
{
background-color: #8865FB;
}
</style>
border-color css
<style>
span { border-color: #8865FB; }
span { border-color: rgb(136,101,251); }
td.TdClassName
{
border-color: #8865FB;
}
.TagClassName
{
border-color: #8865FB;
}
</style>