Shades of Light Slate Blue #8085F0
Tints of Light Slate Blue #8085F0
RGB
CMYK
RGB Variations
Color information
#8085F0 (or 0x8085F0) is known color: Light Slate Blue. HEX triplet: 80, 85 and F0. RGB value is (128,133,240). Sum of RGB (Red+Green+Blue) = 128+133+240=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #8085F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085F0 is #7F7A0F. Grayscale: #8F8F8F. Windows color (decimal): -8354320 or 15762816. OLE color: 15762816.
HSL color Cylindrical-coordinate representation of color #8085F0: hue angle of 237.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8085F0 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 133 | 240 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.06 |
| HSL | 237.32º | 0.79% | 0.72% | - |
| HSV(B) | 237.32º | 0.47% | 0.94% | - |
| XYZ | 33.02 | 27.66 | 86.04 | - |
| YUV | 143.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 240 | 0.47 | 0.45 | 0 | 0.06 | 237.32 | 0.79 | 0.72 |
| Hex | 80 | 85 | F0 | 2F | 2D | 0 | 6 | ED | 4F | 48 |
| Octal | 200 | 205 | 360 | 57 | 55 | 0 | 6 | 355 | 117 | 110 |
| Binary | 10000000 | 10000101 | 11110000 | 101111 | 101101 | 0 | 110 | 11101101 | 1001111 | 1001000 |
Color Harmonies of #8085F0
Complementary color
Monochromatic Colors of #8085F0
Black with #8085F0
Text Example
Text Example
White with #8085F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085F0; }
p { color: rgb(128,133,240); }
H1.HeaderClassName
{
color: #8085F0;
}
.AnyTagClassName
{
color: #8085F0;
}
</style>
background-color css
<style>
a { background-color: #8085F0; }
a { background-color: rgb(128,133,240); }
div.DivClassName
{
background-color: #8085F0;
}
.BgClassName
{
background-color: #8085F0;
}
</style>
border-color css
<style>
span { border-color: #8085F0; }
span { border-color: rgb(128,133,240); }
td.TdClassName
{
border-color: #8085F0;
}
.TagClassName
{
border-color: #8085F0;
}
</style>