Shades of Slate Blue #7F53CB
Tints of Slate Blue #7F53CB
RGB
CMYK
RGB Variations
Color information
#7F53CB (or 0x7F53CB) is known color: Slate Blue. HEX triplet: 7F, 53 and CB. RGB value is (127,83,203). Sum of RGB (Red+Green+Blue) = 127+83+203=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F53CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F53CB is #80AC34. Grayscale: #6D6D6D. Windows color (decimal): -8432693 or 13325183. OLE color: 13325183.
HSL color Cylindrical-coordinate representation of color #7F53CB: hue angle of 262º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F53CB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 83 | 203 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.20 |
| HSL | 262º | 0.54% | 0.56% | - |
| HSV(B) | 262º | 0.59% | 0.8% | - |
| XYZ | 22.63 | 15.01 | 58.2 | - |
| YUV | 109.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 203 | 0.37 | 0.59 | 0 | 0.20 | 262 | 0.54 | 0.56 |
| Hex | 7F | 53 | CB | 25 | 3B | 0 | 14 | 106 | 36 | 38 |
| Octal | 177 | 123 | 313 | 45 | 73 | 0 | 24 | 406 | 66 | 70 |
| Binary | 1111111 | 1010011 | 11001011 | 100101 | 111011 | 0 | 10100 | 100000110 | 110110 | 111000 |
Color Harmonies of #7F53CB
Complementary color
Monochromatic Colors of #7F53CB
Black with #7F53CB
Text Example
Text Example
White with #7F53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F53CB; }
p { color: rgb(127,83,203); }
H1.HeaderClassName
{
color: #7F53CB;
}
.AnyTagClassName
{
color: #7F53CB;
}
</style>
background-color css
<style>
a { background-color: #7F53CB; }
a { background-color: rgb(127,83,203); }
div.DivClassName
{
background-color: #7F53CB;
}
.BgClassName
{
background-color: #7F53CB;
}
</style>
border-color css
<style>
span { border-color: #7F53CB; }
span { border-color: rgb(127,83,203); }
td.TdClassName
{
border-color: #7F53CB;
}
.TagClassName
{
border-color: #7F53CB;
}
</style>