Shades of Light Slate Blue #767CFC
Tints of Light Slate Blue #767CFC
RGB
CMYK
RGB Variations
Color information
#767CFC (or 0x767CFC) is known color: Light Slate Blue. HEX triplet: 76, 7C and FC. RGB value is (118,124,252). Sum of RGB (Red+Green+Blue) = 118+124+252=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #767CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CFC is #898303. Grayscale: #888888. Windows color (decimal): -9011972 or 16546934. OLE color: 16546934.
HSL color Cylindrical-coordinate representation of color #767CFC: hue angle of 237.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #767CFC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 124 | 252 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.01 |
| HSL | 237.31º | 0.96% | 0.73% | - |
| HSV(B) | 237.31º | 0.53% | 0.99% | - |
| XYZ | 32.25 | 25.3 | 95.28 | - |
| YUV | 136.8 | 193.01 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 252 | 0.53 | 0.51 | 0 | 0.01 | 237.31 | 0.96 | 0.73 |
| Hex | 76 | 7C | FC | 35 | 33 | 0 | 1 | ED | 60 | 49 |
| Octal | 166 | 174 | 374 | 65 | 63 | 0 | 1 | 355 | 140 | 111 |
| Binary | 1110110 | 1111100 | 11111100 | 110101 | 110011 | 0 | 1 | 11101101 | 1100000 | 1001001 |
Color Harmonies of #767CFC
Complementary color
Monochromatic Colors of #767CFC
Black with #767CFC
Text Example
Text Example
White with #767CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767CFC; }
p { color: rgb(118,124,252); }
H1.HeaderClassName
{
color: #767CFC;
}
.AnyTagClassName
{
color: #767CFC;
}
</style>
background-color css
<style>
a { background-color: #767CFC; }
a { background-color: rgb(118,124,252); }
div.DivClassName
{
background-color: #767CFC;
}
.BgClassName
{
background-color: #767CFC;
}
</style>
border-color css
<style>
span { border-color: #767CFC; }
span { border-color: rgb(118,124,252); }
td.TdClassName
{
border-color: #767CFC;
}
.TagClassName
{
border-color: #767CFC;
}
</style>