Shades of Light Slate Blue #7279FE
Tints of Light Slate Blue #7279FE
RGB
CMYK
RGB Variations
Color information
#7279FE (or 0x7279FE) is known color: Light Slate Blue. HEX triplet: 72, 79 and FE. RGB value is (114,121,254). Sum of RGB (Red+Green+Blue) = 114+121+254=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #7279FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7279FE is #8D8601. Grayscale: #858585. Windows color (decimal): -9274882 or 16677234. OLE color: 16677234.
HSL color Cylindrical-coordinate representation of color #7279FE: hue angle of 237º 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 #7279FE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 121 | 254 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.00 |
| HSL | 237º | 0.99% | 0.72% | - |
| HSV(B) | 237º | 0.55% | 1% | - |
| XYZ | 31.67 | 24.41 | 96.81 | - |
| YUV | 134.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 121 | 254 | 0.55 | 0.52 | 0 | 0.00 | 237 | 0.99 | 0.72 |
| Hex | 72 | 79 | FE | 37 | 34 | 0 | 0 | ED | 63 | 48 |
| Octal | 162 | 171 | 376 | 67 | 64 | 0 | 0 | 355 | 143 | 110 |
| Binary | 1110010 | 1111001 | 11111110 | 110111 | 110100 | 0 | 0 | 11101101 | 1100011 | 1001000 |
Color Harmonies of #7279FE
Complementary color
Monochromatic Colors of #7279FE
Black with #7279FE
Text Example
Text Example
White with #7279FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7279FE; }
p { color: rgb(114,121,254); }
H1.HeaderClassName
{
color: #7279FE;
}
.AnyTagClassName
{
color: #7279FE;
}
</style>
background-color css
<style>
a { background-color: #7279FE; }
a { background-color: rgb(114,121,254); }
div.DivClassName
{
background-color: #7279FE;
}
.BgClassName
{
background-color: #7279FE;
}
</style>
border-color css
<style>
span { border-color: #7279FE; }
span { border-color: rgb(114,121,254); }
td.TdClassName
{
border-color: #7279FE;
}
.TagClassName
{
border-color: #7279FE;
}
</style>