Shades of Light Slate Blue #7274FF
Tints of Light Slate Blue #7274FF
RGB
CMYK
RGB Variations
Color information
#7274FF (or 0x7274FF) is known color: Light Slate Blue. HEX triplet: 72, 74 and FF. RGB value is (114,116,255). Sum of RGB (Red+Green+Blue) = 114+116+255=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #7274FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7274FF is #8D8B00. Grayscale: #828282. Windows color (decimal): -9276161 or 16741490. OLE color: 16741490.
HSL color Cylindrical-coordinate representation of color #7274FF: hue angle of 239.15º 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 #7274FF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 116 | 255 | - |
| CMYK | 0.55 | 0.55 | 0 | 0 |
| HSL | 239.15º | 1% | 0.72% | - |
| HSV(B) | 239.15º | 0.55% | 1% | - |
| XYZ | 31.23 | 23.29 | 97.46 | - |
| YUV | 131.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 255 | 0.55 | 0.55 | 0 | 0 | 239.15 | 1 | 0.72 |
| Hex | 72 | 74 | FF | 37 | 37 | 0 | 0 | EF | 64 | 48 |
| Octal | 162 | 164 | 377 | 67 | 67 | 0 | 0 | 357 | 144 | 110 |
| Binary | 1110010 | 1110100 | 11111111 | 110111 | 110111 | 0 | 0 | 11101111 | 1100100 | 1001000 |
Color Harmonies of #7274FF
Complementary color
Monochromatic Colors of #7274FF
Black with #7274FF
Text Example
Text Example
White with #7274FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7274FF; }
p { color: rgb(114,116,255); }
H1.HeaderClassName
{
color: #7274FF;
}
.AnyTagClassName
{
color: #7274FF;
}
</style>
background-color css
<style>
a { background-color: #7274FF; }
a { background-color: rgb(114,116,255); }
div.DivClassName
{
background-color: #7274FF;
}
.BgClassName
{
background-color: #7274FF;
}
</style>
border-color css
<style>
span { border-color: #7274FF; }
span { border-color: rgb(114,116,255); }
td.TdClassName
{
border-color: #7274FF;
}
.TagClassName
{
border-color: #7274FF;
}
</style>