Shades of Light Slate Blue #7F8AFB
Tints of Light Slate Blue #7F8AFB
RGB
CMYK
RGB Variations
Color information
#7F8AFB (or 0x7F8AFB) is known color: Light Slate Blue. HEX triplet: 7F, 8A and FB. RGB value is (127,138,251). Sum of RGB (Red+Green+Blue) = 127+138+251=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8AFB is #807504. Grayscale: #939393. Windows color (decimal): -8418565 or 16484991. OLE color: 16484991.
HSL color Cylindrical-coordinate representation of color #7F8AFB: hue angle of 234.68º 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 #7F8AFB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 138 | 251 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.02 |
| HSL | 234.68º | 0.94% | 0.74% | - |
| HSV(B) | 234.68º | 0.49% | 0.98% | - |
| XYZ | 35.25 | 29.65 | 95.13 | - |
| YUV | 147.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 251 | 0.49 | 0.45 | 0 | 0.02 | 234.68 | 0.94 | 0.74 |
| Hex | 7F | 8A | FB | 31 | 2D | 0 | 2 | EB | 5E | 4A |
| Octal | 177 | 212 | 373 | 61 | 55 | 0 | 2 | 353 | 136 | 112 |
| Binary | 1111111 | 10001010 | 11111011 | 110001 | 101101 | 0 | 10 | 11101011 | 1011110 | 1001010 |
Color Harmonies of #7F8AFB
Complementary color
Monochromatic Colors of #7F8AFB
Black with #7F8AFB
Text Example
Text Example
White with #7F8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8AFB; }
p { color: rgb(127,138,251); }
H1.HeaderClassName
{
color: #7F8AFB;
}
.AnyTagClassName
{
color: #7F8AFB;
}
</style>
background-color css
<style>
a { background-color: #7F8AFB; }
a { background-color: rgb(127,138,251); }
div.DivClassName
{
background-color: #7F8AFB;
}
.BgClassName
{
background-color: #7F8AFB;
}
</style>
border-color css
<style>
span { border-color: #7F8AFB; }
span { border-color: rgb(127,138,251); }
td.TdClassName
{
border-color: #7F8AFB;
}
.TagClassName
{
border-color: #7F8AFB;
}
</style>