Shades of Light Slate Blue #7674FE
Tints of Light Slate Blue #7674FE
RGB
CMYK
RGB Variations
Color information
#7674FE (or 0x7674FE) is known color: Light Slate Blue. HEX triplet: 76, 74 and FE. RGB value is (118,116,254). Sum of RGB (Red+Green+Blue) = 118+116+254=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #7674FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7674FE is #898B01. Grayscale: #838383. Windows color (decimal): -9014018 or 16675958. OLE color: 16675958.
HSL color Cylindrical-coordinate representation of color #7674FE: hue angle of 240.87º 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 #7674FE is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 116 | 254 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.00 |
| HSL | 240.87º | 0.99% | 0.73% | - |
| HSV(B) | 240.87º | 0.54% | 1% | - |
| XYZ | 31.61 | 23.5 | 96.64 | - |
| YUV | 132.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 254 | 0.54 | 0.54 | 0 | 0.00 | 240.87 | 0.99 | 0.73 |
| Hex | 76 | 74 | FE | 36 | 36 | 0 | 0 | F1 | 63 | 49 |
| Octal | 166 | 164 | 376 | 66 | 66 | 0 | 0 | 361 | 143 | 111 |
| Binary | 1110110 | 1110100 | 11111110 | 110110 | 110110 | 0 | 0 | 11110001 | 1100011 | 1001001 |
Color Harmonies of #7674FE
Complementary color
Monochromatic Colors of #7674FE
Black with #7674FE
Text Example
Text Example
White with #7674FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674FE; }
p { color: rgb(118,116,254); }
H1.HeaderClassName
{
color: #7674FE;
}
.AnyTagClassName
{
color: #7674FE;
}
</style>
background-color css
<style>
a { background-color: #7674FE; }
a { background-color: rgb(118,116,254); }
div.DivClassName
{
background-color: #7674FE;
}
.BgClassName
{
background-color: #7674FE;
}
</style>
border-color css
<style>
span { border-color: #7674FE; }
span { border-color: rgb(118,116,254); }
td.TdClassName
{
border-color: #7674FE;
}
.TagClassName
{
border-color: #7674FE;
}
</style>