Shades of Light Slate Blue #767FFF
Tints of Light Slate Blue #767FFF
RGB
CMYK
RGB Variations
Color information
#767FFF (or 0x767FFF) is known color: Light Slate Blue. HEX triplet: 76, 7F and FF. RGB value is (118,127,255). Sum of RGB (Red+Green+Blue) = 118+127+255=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #767FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FFF is #898000. Grayscale: #8A8A8A. Windows color (decimal): -9011201 or 16744310. OLE color: 16744310.
HSL color Cylindrical-coordinate representation of color #767FFF: hue angle of 236.06º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #767FFF is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 127 | 255 | - |
| CMYK | 0.54 | 0.50 | 0 | 0 |
| HSL | 236.06º | 1% | 0.73% | - |
| HSV(B) | 236.06º | 0.54% | 1% | - |
| XYZ | 33.11 | 26.25 | 97.93 | - |
| YUV | 138.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 255 | 0.54 | 0.50 | 0 | 0 | 236.06 | 1 | 0.73 |
| Hex | 76 | 7F | FF | 36 | 32 | 0 | 0 | EC | 64 | 49 |
| Octal | 166 | 177 | 377 | 66 | 62 | 0 | 0 | 354 | 144 | 111 |
| Binary | 1110110 | 1111111 | 11111111 | 110110 | 110010 | 0 | 0 | 11101100 | 1100100 | 1001001 |
Color Harmonies of #767FFF
Complementary color
Monochromatic Colors of #767FFF
Black with #767FFF
Text Example
Text Example
White with #767FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FFF; }
p { color: rgb(118,127,255); }
H1.HeaderClassName
{
color: #767FFF;
}
.AnyTagClassName
{
color: #767FFF;
}
</style>
background-color css
<style>
a { background-color: #767FFF; }
a { background-color: rgb(118,127,255); }
div.DivClassName
{
background-color: #767FFF;
}
.BgClassName
{
background-color: #767FFF;
}
</style>
border-color css
<style>
span { border-color: #767FFF; }
span { border-color: rgb(118,127,255); }
td.TdClassName
{
border-color: #767FFF;
}
.TagClassName
{
border-color: #767FFF;
}
</style>