Shades of Light Slate Blue #7282FB
Tints of Light Slate Blue #7282FB
RGB
CMYK
RGB Variations
Color information
#7282FB (or 0x7282FB) is known color: Light Slate Blue. HEX triplet: 72, 82 and FB. RGB value is (114,130,251). Sum of RGB (Red+Green+Blue) = 114+130+251=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #7282FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7282FB is #8D7D04. Grayscale: #8A8A8A. Windows color (decimal): -9272581 or 16482930. OLE color: 16482930.
HSL color Cylindrical-coordinate representation of color #7282FB: hue angle of 232.99º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7282FB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 130 | 251 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.02 |
| HSL | 232.99º | 0.94% | 0.72% | - |
| HSV(B) | 232.99º | 0.55% | 0.98% | - |
| XYZ | 32.33 | 26.51 | 94.68 | - |
| YUV | 139.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 251 | 0.55 | 0.48 | 0 | 0.02 | 232.99 | 0.94 | 0.72 |
| Hex | 72 | 82 | FB | 37 | 30 | 0 | 2 | E9 | 5E | 48 |
| Octal | 162 | 202 | 373 | 67 | 60 | 0 | 2 | 351 | 136 | 110 |
| Binary | 1110010 | 10000010 | 11111011 | 110111 | 110000 | 0 | 10 | 11101001 | 1011110 | 1001000 |
Color Harmonies of #7282FB
Complementary color
Monochromatic Colors of #7282FB
Black with #7282FB
Text Example
Text Example
White with #7282FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282FB; }
p { color: rgb(114,130,251); }
H1.HeaderClassName
{
color: #7282FB;
}
.AnyTagClassName
{
color: #7282FB;
}
</style>
background-color css
<style>
a { background-color: #7282FB; }
a { background-color: rgb(114,130,251); }
div.DivClassName
{
background-color: #7282FB;
}
.BgClassName
{
background-color: #7282FB;
}
</style>
border-color css
<style>
span { border-color: #7282FB; }
span { border-color: rgb(114,130,251); }
td.TdClassName
{
border-color: #7282FB;
}
.TagClassName
{
border-color: #7282FB;
}
</style>