Shades of Light Slate Blue #7281FB
Tints of Light Slate Blue #7281FB
RGB
CMYK
RGB Variations
Color information
#7281FB (or 0x7281FB) is known color: Light Slate Blue. HEX triplet: 72, 81 and FB. RGB value is (114,129,251). Sum of RGB (Red+Green+Blue) = 114+129+251=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #7281FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7281FB is #8D7E04. Grayscale: #898989. Windows color (decimal): -9272837 or 16482674. OLE color: 16482674.
HSL color Cylindrical-coordinate representation of color #7281FB: hue angle of 233.43º 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 #7281FB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 129 | 251 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.02 |
| HSL | 233.43º | 0.94% | 0.72% | - |
| HSV(B) | 233.43º | 0.55% | 0.98% | - |
| XYZ | 32.2 | 26.24 | 94.63 | - |
| YUV | 138.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 251 | 0.55 | 0.49 | 0 | 0.02 | 233.43 | 0.94 | 0.72 |
| Hex | 72 | 81 | FB | 37 | 31 | 0 | 2 | E9 | 5E | 48 |
| Octal | 162 | 201 | 373 | 67 | 61 | 0 | 2 | 351 | 136 | 110 |
| Binary | 1110010 | 10000001 | 11111011 | 110111 | 110001 | 0 | 10 | 11101001 | 1011110 | 1001000 |
Color Harmonies of #7281FB
Complementary color
Monochromatic Colors of #7281FB
Black with #7281FB
Text Example
Text Example
White with #7281FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7281FB; }
p { color: rgb(114,129,251); }
H1.HeaderClassName
{
color: #7281FB;
}
.AnyTagClassName
{
color: #7281FB;
}
</style>
background-color css
<style>
a { background-color: #7281FB; }
a { background-color: rgb(114,129,251); }
div.DivClassName
{
background-color: #7281FB;
}
.BgClassName
{
background-color: #7281FB;
}
</style>
border-color css
<style>
span { border-color: #7281FB; }
span { border-color: rgb(114,129,251); }
td.TdClassName
{
border-color: #7281FB;
}
.TagClassName
{
border-color: #7281FB;
}
</style>