Shades of Light Slate Blue #8085F9
Tints of Light Slate Blue #8085F9
RGB
CMYK
RGB Variations
Color information
#8085F9 (or 0x8085F9) is known color: Light Slate Blue. HEX triplet: 80, 85 and F9. RGB value is (128,133,249). Sum of RGB (Red+Green+Blue) = 128+133+249=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #8085F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085F9 is #7F7A06. Grayscale: #909090. Windows color (decimal): -8354311 or 16352640. OLE color: 16352640.
HSL color Cylindrical-coordinate representation of color #8085F9: hue angle of 237.52º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8085F9 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 133 | 249 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.02 |
| HSL | 237.52º | 0.91% | 0.74% | - |
| HSV(B) | 237.52º | 0.49% | 0.98% | - |
| XYZ | 34.39 | 28.2 | 93.25 | - |
| YUV | 144.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 249 | 0.49 | 0.47 | 0 | 0.02 | 237.52 | 0.91 | 0.74 |
| Hex | 80 | 85 | F9 | 31 | 2F | 0 | 2 | EE | 5B | 4A |
| Octal | 200 | 205 | 371 | 61 | 57 | 0 | 2 | 356 | 133 | 112 |
| Binary | 10000000 | 10000101 | 11111001 | 110001 | 101111 | 0 | 10 | 11101110 | 1011011 | 1001010 |
Color Harmonies of #8085F9
Complementary color
Monochromatic Colors of #8085F9
Black with #8085F9
Text Example
Text Example
White with #8085F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085F9; }
p { color: rgb(128,133,249); }
H1.HeaderClassName
{
color: #8085F9;
}
.AnyTagClassName
{
color: #8085F9;
}
</style>
background-color css
<style>
a { background-color: #8085F9; }
a { background-color: rgb(128,133,249); }
div.DivClassName
{
background-color: #8085F9;
}
.BgClassName
{
background-color: #8085F9;
}
</style>
border-color css
<style>
span { border-color: #8085F9; }
span { border-color: rgb(128,133,249); }
td.TdClassName
{
border-color: #8085F9;
}
.TagClassName
{
border-color: #8085F9;
}
</style>