Shades of Light Slate Blue #7F7FFB
Tints of Light Slate Blue #7F7FFB
RGB
CMYK
RGB Variations
Color information
#7F7FFB (or 0x7F7FFB) is known color: Light Slate Blue. HEX triplet: 7F, 7F and FB. RGB value is (127,127,251). Sum of RGB (Red+Green+Blue) = 127+127+251=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F7FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7FFB is #808004. Grayscale: #8C8C8C. Windows color (decimal): -8421381 or 16482175. OLE color: 16482175.
HSL color Cylindrical-coordinate representation of color #7F7FFB: hue angle of 240º 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 #7F7FFB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 127 | 251 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.02 |
| HSL | 240º | 0.94% | 0.74% | - |
| HSV(B) | 240º | 0.49% | 0.98% | - |
| XYZ | 33.75 | 26.66 | 94.63 | - |
| YUV | 141.14 | 190 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 251 | 0.49 | 0.49 | 0 | 0.02 | 240 | 0.94 | 0.74 |
| Hex | 7F | 7F | FB | 31 | 31 | 0 | 2 | F0 | 5E | 4A |
| Octal | 177 | 177 | 373 | 61 | 61 | 0 | 2 | 360 | 136 | 112 |
| Binary | 1111111 | 1111111 | 11111011 | 110001 | 110001 | 0 | 10 | 11110000 | 1011110 | 1001010 |
Color Harmonies of #7F7FFB
Complementary color
Monochromatic Colors of #7F7FFB
Black with #7F7FFB
Text Example
Text Example
White with #7F7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FFB; }
p { color: rgb(127,127,251); }
H1.HeaderClassName
{
color: #7F7FFB;
}
.AnyTagClassName
{
color: #7F7FFB;
}
</style>
background-color css
<style>
a { background-color: #7F7FFB; }
a { background-color: rgb(127,127,251); }
div.DivClassName
{
background-color: #7F7FFB;
}
.BgClassName
{
background-color: #7F7FFB;
}
</style>
border-color css
<style>
span { border-color: #7F7FFB; }
span { border-color: rgb(127,127,251); }
td.TdClassName
{
border-color: #7F7FFB;
}
.TagClassName
{
border-color: #7F7FFB;
}
</style>