Shades of Light Slate Blue #767BFE
Tints of Light Slate Blue #767BFE
RGB
CMYK
RGB Variations
Color information
#767BFE (or 0x767BFE) is known color: Light Slate Blue. HEX triplet: 76, 7B and FE. RGB value is (118,123,254). Sum of RGB (Red+Green+Blue) = 118+123+254=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #767BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BFE is #898401. Grayscale: #878787. Windows color (decimal): -9012226 or 16677750. OLE color: 16677750.
HSL color Cylindrical-coordinate representation of color #767BFE: hue angle of 237.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #767BFE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 123 | 254 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.00 |
| HSL | 237.79º | 0.99% | 0.73% | - |
| HSV(B) | 237.79º | 0.54% | 1% | - |
| XYZ | 32.44 | 25.17 | 96.91 | - |
| YUV | 136.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 254 | 0.54 | 0.52 | 0 | 0.00 | 237.79 | 0.99 | 0.73 |
| Hex | 76 | 7B | FE | 36 | 34 | 0 | 0 | EE | 63 | 49 |
| Octal | 166 | 173 | 376 | 66 | 64 | 0 | 0 | 356 | 143 | 111 |
| Binary | 1110110 | 1111011 | 11111110 | 110110 | 110100 | 0 | 0 | 11101110 | 1100011 | 1001001 |
Color Harmonies of #767BFE
Complementary color
Monochromatic Colors of #767BFE
Black with #767BFE
Text Example
Text Example
White with #767BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BFE; }
p { color: rgb(118,123,254); }
H1.HeaderClassName
{
color: #767BFE;
}
.AnyTagClassName
{
color: #767BFE;
}
</style>
background-color css
<style>
a { background-color: #767BFE; }
a { background-color: rgb(118,123,254); }
div.DivClassName
{
background-color: #767BFE;
}
.BgClassName
{
background-color: #767BFE;
}
</style>
border-color css
<style>
span { border-color: #767BFE; }
span { border-color: rgb(118,123,254); }
td.TdClassName
{
border-color: #767BFE;
}
.TagClassName
{
border-color: #767BFE;
}
</style>