Shades of Light Slate Blue #767AF8
Tints of Light Slate Blue #767AF8
RGB
CMYK
RGB Variations
Color information
#767AF8 (or 0x767AF8) is known color: Light Slate Blue. HEX triplet: 76, 7A and F8. RGB value is (118,122,248). Sum of RGB (Red+Green+Blue) = 118+122+248=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #767AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767AF8 is #898507. Grayscale: #868686. Windows color (decimal): -9012488 or 16284278. OLE color: 16284278.
HSL color Cylindrical-coordinate representation of color #767AF8: hue angle of 238.15º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #767AF8 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 122 | 248 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.03 |
| HSL | 238.15º | 0.9% | 0.72% | - |
| HSV(B) | 238.15º | 0.52% | 0.97% | - |
| XYZ | 31.37 | 24.55 | 91.89 | - |
| YUV | 135.17 | 191.67 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 248 | 0.52 | 0.51 | 0 | 0.03 | 238.15 | 0.9 | 0.72 |
| Hex | 76 | 7A | F8 | 34 | 33 | 0 | 3 | EE | 5A | 48 |
| Octal | 166 | 172 | 370 | 64 | 63 | 0 | 3 | 356 | 132 | 110 |
| Binary | 1110110 | 1111010 | 11111000 | 110100 | 110011 | 0 | 11 | 11101110 | 1011010 | 1001000 |
Color Harmonies of #767AF8
Complementary color
Monochromatic Colors of #767AF8
Black with #767AF8
Text Example
Text Example
White with #767AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AF8; }
p { color: rgb(118,122,248); }
H1.HeaderClassName
{
color: #767AF8;
}
.AnyTagClassName
{
color: #767AF8;
}
</style>
background-color css
<style>
a { background-color: #767AF8; }
a { background-color: rgb(118,122,248); }
div.DivClassName
{
background-color: #767AF8;
}
.BgClassName
{
background-color: #767AF8;
}
</style>
border-color css
<style>
span { border-color: #767AF8; }
span { border-color: rgb(118,122,248); }
td.TdClassName
{
border-color: #767AF8;
}
.TagClassName
{
border-color: #767AF8;
}
</style>