Shades of Light Slate Blue #807DF2
Tints of Light Slate Blue #807DF2
RGB
CMYK
RGB Variations
Color information
#807DF2 (or 0x807DF2) is known color: Light Slate Blue. HEX triplet: 80, 7D and F2. RGB value is (128,125,242). Sum of RGB (Red+Green+Blue) = 128+125+242=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #807DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DF2 is #7F820D. Grayscale: #8A8A8A. Windows color (decimal): -8356366 or 15891840. OLE color: 15891840.
HSL color Cylindrical-coordinate representation of color #807DF2: hue angle of 241.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807DF2 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 125 | 242 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.05 |
| HSL | 241.54º | 0.82% | 0.72% | - |
| HSV(B) | 241.54º | 0.48% | 0.95% | - |
| XYZ | 32.26 | 25.67 | 87.26 | - |
| YUV | 139.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 242 | 0.47 | 0.48 | 0 | 0.05 | 241.54 | 0.82 | 0.72 |
| Hex | 80 | 7D | F2 | 2F | 30 | 0 | 5 | F2 | 52 | 48 |
| Octal | 200 | 175 | 362 | 57 | 60 | 0 | 5 | 362 | 122 | 110 |
| Binary | 10000000 | 1111101 | 11110010 | 101111 | 110000 | 0 | 101 | 11110010 | 1010010 | 1001000 |
Color Harmonies of #807DF2
Complementary color
Monochromatic Colors of #807DF2
Black with #807DF2
Text Example
Text Example
White with #807DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807DF2; }
p { color: rgb(128,125,242); }
H1.HeaderClassName
{
color: #807DF2;
}
.AnyTagClassName
{
color: #807DF2;
}
</style>
background-color css
<style>
a { background-color: #807DF2; }
a { background-color: rgb(128,125,242); }
div.DivClassName
{
background-color: #807DF2;
}
.BgClassName
{
background-color: #807DF2;
}
</style>
border-color css
<style>
span { border-color: #807DF2; }
span { border-color: rgb(128,125,242); }
td.TdClassName
{
border-color: #807DF2;
}
.TagClassName
{
border-color: #807DF2;
}
</style>