Shades of Light Slate Blue #7280FF
Tints of Light Slate Blue #7280FF
RGB
CMYK
RGB Variations
Color information
#7280FF (or 0x7280FF) is known color: Light Slate Blue. HEX triplet: 72, 80 and FF. RGB value is (114,128,255). Sum of RGB (Red+Green+Blue) = 114+128+255=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #7280FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7280FF is #8D7F00. Grayscale: #898989. Windows color (decimal): -9273089 or 16744562. OLE color: 16744562.
HSL color Cylindrical-coordinate representation of color #7280FF: hue angle of 234.04º 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 #7280FF is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 128 | 255 | - |
| CMYK | 0.55 | 0.50 | 0 | 0 |
| HSL | 234.04º | 1% | 0.72% | - |
| HSV(B) | 234.04º | 0.55% | 1% | - |
| XYZ | 32.71 | 26.24 | 97.95 | - |
| YUV | 138.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 255 | 0.55 | 0.50 | 0 | 0 | 234.04 | 1 | 0.72 |
| Hex | 72 | 80 | FF | 37 | 32 | 0 | 0 | EA | 64 | 48 |
| Octal | 162 | 200 | 377 | 67 | 62 | 0 | 0 | 352 | 144 | 110 |
| Binary | 1110010 | 10000000 | 11111111 | 110111 | 110010 | 0 | 0 | 11101010 | 1100100 | 1001000 |
Color Harmonies of #7280FF
Complementary color
Monochromatic Colors of #7280FF
Black with #7280FF
Text Example
Text Example
White with #7280FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7280FF; }
p { color: rgb(114,128,255); }
H1.HeaderClassName
{
color: #7280FF;
}
.AnyTagClassName
{
color: #7280FF;
}
</style>
background-color css
<style>
a { background-color: #7280FF; }
a { background-color: rgb(114,128,255); }
div.DivClassName
{
background-color: #7280FF;
}
.BgClassName
{
background-color: #7280FF;
}
</style>
border-color css
<style>
span { border-color: #7280FF; }
span { border-color: rgb(114,128,255); }
td.TdClassName
{
border-color: #7280FF;
}
.TagClassName
{
border-color: #7280FF;
}
</style>