Shades of Light Slate Blue #7672FE
Tints of Light Slate Blue #7672FE
RGB
CMYK
RGB Variations
Color information
#7672FE (or 0x7672FE) is known color: Light Slate Blue. HEX triplet: 76, 72 and FE. RGB value is (118,114,254). Sum of RGB (Red+Green+Blue) = 118+114+254=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7672FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672FE is #898D01. Grayscale: #828282. Windows color (decimal): -9014530 or 16675446. OLE color: 16675446.
HSL color Cylindrical-coordinate representation of color #7672FE: hue angle of 241.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7672FE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 114 | 254 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.00 |
| HSL | 241.71º | 0.99% | 0.72% | - |
| HSV(B) | 241.71º | 0.55% | 1% | - |
| XYZ | 31.38 | 23.04 | 96.56 | - |
| YUV | 131.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 254 | 0.54 | 0.55 | 0 | 0.00 | 241.71 | 0.99 | 0.72 |
| Hex | 76 | 72 | FE | 36 | 37 | 0 | 0 | F2 | 63 | 48 |
| Octal | 166 | 162 | 376 | 66 | 67 | 0 | 0 | 362 | 143 | 110 |
| Binary | 1110110 | 1110010 | 11111110 | 110110 | 110111 | 0 | 0 | 11110010 | 1100011 | 1001000 |
Color Harmonies of #7672FE
Complementary color
Monochromatic Colors of #7672FE
Black with #7672FE
Text Example
Text Example
White with #7672FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672FE; }
p { color: rgb(118,114,254); }
H1.HeaderClassName
{
color: #7672FE;
}
.AnyTagClassName
{
color: #7672FE;
}
</style>
background-color css
<style>
a { background-color: #7672FE; }
a { background-color: rgb(118,114,254); }
div.DivClassName
{
background-color: #7672FE;
}
.BgClassName
{
background-color: #7672FE;
}
</style>
border-color css
<style>
span { border-color: #7672FE; }
span { border-color: rgb(118,114,254); }
td.TdClassName
{
border-color: #7672FE;
}
.TagClassName
{
border-color: #7672FE;
}
</style>