Shades of Light Slate Blue #807FFB
Tints of Light Slate Blue #807FFB
RGB
CMYK
RGB Variations
Color information
#807FFB (or 0x807FFB) is known color: Light Slate Blue. HEX triplet: 80, 7F and FB. RGB value is (128,127,251). Sum of RGB (Red+Green+Blue) = 128+127+251=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #807FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807FFB is #7F8004. Grayscale: #8C8C8C. Windows color (decimal): -8355845 or 16482176. OLE color: 16482176.
HSL color Cylindrical-coordinate representation of color #807FFB: hue angle of 240.48º degrees, saturation: 0.94, 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 #807FFB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 127 | 251 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.02 |
| HSL | 240.48º | 0.94% | 0.74% | - |
| HSV(B) | 240.48º | 0.49% | 0.98% | - |
| XYZ | 33.9 | 26.73 | 94.64 | - |
| YUV | 141.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 251 | 0.49 | 0.49 | 0 | 0.02 | 240.48 | 0.94 | 0.74 |
| Hex | 80 | 7F | FB | 31 | 31 | 0 | 2 | F0 | 5E | 4A |
| Octal | 200 | 177 | 373 | 61 | 61 | 0 | 2 | 360 | 136 | 112 |
| Binary | 10000000 | 1111111 | 11111011 | 110001 | 110001 | 0 | 10 | 11110000 | 1011110 | 1001010 |
Color Harmonies of #807FFB
Complementary color
Monochromatic Colors of #807FFB
Black with #807FFB
Text Example
Text Example
White with #807FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FFB; }
p { color: rgb(128,127,251); }
H1.HeaderClassName
{
color: #807FFB;
}
.AnyTagClassName
{
color: #807FFB;
}
</style>
background-color css
<style>
a { background-color: #807FFB; }
a { background-color: rgb(128,127,251); }
div.DivClassName
{
background-color: #807FFB;
}
.BgClassName
{
background-color: #807FFB;
}
</style>
border-color css
<style>
span { border-color: #807FFB; }
span { border-color: rgb(128,127,251); }
td.TdClassName
{
border-color: #807FFB;
}
.TagClassName
{
border-color: #807FFB;
}
</style>