Shades of Light Slate Blue #8075F2
Tints of Light Slate Blue #8075F2
RGB
CMYK
RGB Variations
Color information
#8075F2 (or 0x8075F2) is known color: Light Slate Blue. HEX triplet: 80, 75 and F2. RGB value is (128,117,242). Sum of RGB (Red+Green+Blue) = 128+117+242=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #8075F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8075F2 is #7F8A0D. Grayscale: #868686. Windows color (decimal): -8358414 or 15889792. OLE color: 15889792.
HSL color Cylindrical-coordinate representation of color #8075F2: hue angle of 245.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8075F2 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 117 | 242 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.05 |
| HSL | 245.28º | 0.83% | 0.7% | - |
| HSV(B) | 245.28º | 0.52% | 0.95% | - |
| XYZ | 31.29 | 23.72 | 86.93 | - |
| YUV | 134.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 242 | 0.47 | 0.52 | 0 | 0.05 | 245.28 | 0.83 | 0.7 |
| Hex | 80 | 75 | F2 | 2F | 34 | 0 | 5 | F5 | 53 | 46 |
| Octal | 200 | 165 | 362 | 57 | 64 | 0 | 5 | 365 | 123 | 106 |
| Binary | 10000000 | 1110101 | 11110010 | 101111 | 110100 | 0 | 101 | 11110101 | 1010011 | 1000110 |
Color Harmonies of #8075F2
Complementary color
Monochromatic Colors of #8075F2
Black with #8075F2
Text Example
Text Example
White with #8075F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075F2; }
p { color: rgb(128,117,242); }
H1.HeaderClassName
{
color: #8075F2;
}
.AnyTagClassName
{
color: #8075F2;
}
</style>
background-color css
<style>
a { background-color: #8075F2; }
a { background-color: rgb(128,117,242); }
div.DivClassName
{
background-color: #8075F2;
}
.BgClassName
{
background-color: #8075F2;
}
</style>
border-color css
<style>
span { border-color: #8075F2; }
span { border-color: rgb(128,117,242); }
td.TdClassName
{
border-color: #8075F2;
}
.TagClassName
{
border-color: #8075F2;
}
</style>