Shades of Light Slate Blue #807BFE
Tints of Light Slate Blue #807BFE
RGB
CMYK
RGB Variations
Color information
#807BFE (or 0x807BFE) is known color: Light Slate Blue. HEX triplet: 80, 7B and FE. RGB value is (128,123,254). Sum of RGB (Red+Green+Blue) = 128+123+254=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #807BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BFE is #7F8401. Grayscale: #8A8A8A. Windows color (decimal): -8356866 or 16677760. OLE color: 16677760.
HSL color Cylindrical-coordinate representation of color #807BFE: hue angle of 242.29º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #807BFE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 123 | 254 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.00 |
| HSL | 242.29º | 0.98% | 0.74% | - |
| HSV(B) | 242.29º | 0.52% | 1% | - |
| XYZ | 33.87 | 25.91 | 96.98 | - |
| YUV | 139.43 | 192.66 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 254 | 0.50 | 0.52 | 0 | 0.00 | 242.29 | 0.98 | 0.74 |
| Hex | 80 | 7B | FE | 32 | 34 | 0 | 0 | F2 | 62 | 4A |
| Octal | 200 | 173 | 376 | 62 | 64 | 0 | 0 | 362 | 142 | 112 |
| Binary | 10000000 | 1111011 | 11111110 | 110010 | 110100 | 0 | 0 | 11110010 | 1100010 | 1001010 |
Color Harmonies of #807BFE
Complementary color
Monochromatic Colors of #807BFE
Black with #807BFE
Text Example
Text Example
White with #807BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BFE; }
p { color: rgb(128,123,254); }
H1.HeaderClassName
{
color: #807BFE;
}
.AnyTagClassName
{
color: #807BFE;
}
</style>
background-color css
<style>
a { background-color: #807BFE; }
a { background-color: rgb(128,123,254); }
div.DivClassName
{
background-color: #807BFE;
}
.BgClassName
{
background-color: #807BFE;
}
</style>
border-color css
<style>
span { border-color: #807BFE; }
span { border-color: rgb(128,123,254); }
td.TdClassName
{
border-color: #807BFE;
}
.TagClassName
{
border-color: #807BFE;
}
</style>