Shades of Light Slate Blue #7672FF
Tints of Light Slate Blue #7672FF
RGB
CMYK
RGB Variations
Color information
#7672FF (or 0x7672FF) is known color: Light Slate Blue. HEX triplet: 76, 72 and FF. RGB value is (118,114,255). Sum of RGB (Red+Green+Blue) = 118+114+255=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #7672FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672FF is #898D00. Grayscale: #828282. Windows color (decimal): -9014529 or 16740982. OLE color: 16740982.
HSL color Cylindrical-coordinate representation of color #7672FF: hue angle of 241.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7672FF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 114 | 255 | - |
| CMYK | 0.54 | 0.55 | 0 | 0 |
| HSL | 241.7º | 1% | 0.72% | - |
| HSV(B) | 241.7º | 0.55% | 1% | - |
| XYZ | 31.54 | 23.11 | 97.41 | - |
| YUV | 131.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 255 | 0.54 | 0.55 | 0 | 0 | 241.7 | 1 | 0.72 |
| Hex | 76 | 72 | FF | 36 | 37 | 0 | 0 | F2 | 64 | 48 |
| Octal | 166 | 162 | 377 | 66 | 67 | 0 | 0 | 362 | 144 | 110 |
| Binary | 1110110 | 1110010 | 11111111 | 110110 | 110111 | 0 | 0 | 11110010 | 1100100 | 1001000 |
Color Harmonies of #7672FF
Complementary color
Monochromatic Colors of #7672FF
Black with #7672FF
Text Example
Text Example
White with #7672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672FF; }
p { color: rgb(118,114,255); }
H1.HeaderClassName
{
color: #7672FF;
}
.AnyTagClassName
{
color: #7672FF;
}
</style>
background-color css
<style>
a { background-color: #7672FF; }
a { background-color: rgb(118,114,255); }
div.DivClassName
{
background-color: #7672FF;
}
.BgClassName
{
background-color: #7672FF;
}
</style>
border-color css
<style>
span { border-color: #7672FF; }
span { border-color: rgb(118,114,255); }
td.TdClassName
{
border-color: #7672FF;
}
.TagClassName
{
border-color: #7672FF;
}
</style>