Shades of Light Slate Blue #8185F8
Tints of Light Slate Blue #8185F8
RGB
CMYK
RGB Variations
Color information
#8185F8 (or 0x8185F8) is known color: Light Slate Blue. HEX triplet: 81, 85 and F8. RGB value is (129,133,248). Sum of RGB (Red+Green+Blue) = 129+133+248=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #8185F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8185F8 is #7E7A07. Grayscale: #909090. Windows color (decimal): -8288776 or 16287105. OLE color: 16287105.
HSL color Cylindrical-coordinate representation of color #8185F8: hue angle of 237.98º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8185F8 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 133 | 248 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.03 |
| HSL | 237.98º | 0.89% | 0.74% | - |
| HSV(B) | 237.98º | 0.48% | 0.97% | - |
| XYZ | 34.38 | 28.22 | 92.44 | - |
| YUV | 144.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 248 | 0.48 | 0.46 | 0 | 0.03 | 237.98 | 0.89 | 0.74 |
| Hex | 81 | 85 | F8 | 30 | 2E | 0 | 3 | EE | 59 | 4A |
| Octal | 201 | 205 | 370 | 60 | 56 | 0 | 3 | 356 | 131 | 112 |
| Binary | 10000001 | 10000101 | 11111000 | 110000 | 101110 | 0 | 11 | 11101110 | 1011001 | 1001010 |
Color Harmonies of #8185F8
Complementary color
Monochromatic Colors of #8185F8
Black with #8185F8
Text Example
Text Example
White with #8185F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185F8; }
p { color: rgb(129,133,248); }
H1.HeaderClassName
{
color: #8185F8;
}
.AnyTagClassName
{
color: #8185F8;
}
</style>
background-color css
<style>
a { background-color: #8185F8; }
a { background-color: rgb(129,133,248); }
div.DivClassName
{
background-color: #8185F8;
}
.BgClassName
{
background-color: #8185F8;
}
</style>
border-color css
<style>
span { border-color: #8185F8; }
span { border-color: rgb(129,133,248); }
td.TdClassName
{
border-color: #8185F8;
}
.TagClassName
{
border-color: #8185F8;
}
</style>