Shades of Slate Blue #7652CB
Tints of Slate Blue #7652CB
RGB
CMYK
RGB Variations
Color information
#7652CB (or 0x7652CB) is known color: Slate Blue. HEX triplet: 76, 52 and CB. RGB value is (118,82,203). Sum of RGB (Red+Green+Blue) = 118+82+203=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7652CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652CB is #89AD34. Grayscale: #6A6A6A. Windows color (decimal): -9022773 or 13324918. OLE color: 13324918.
HSL color Cylindrical-coordinate representation of color #7652CB: hue angle of 257.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7652CB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 82 | 203 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.20 |
| HSL | 257.85º | 0.54% | 0.56% | - |
| HSV(B) | 257.85º | 0.6% | 0.8% | - |
| XYZ | 21.27 | 14.2 | 58.12 | - |
| YUV | 106.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 203 | 0.42 | 0.60 | 0 | 0.20 | 257.85 | 0.54 | 0.56 |
| Hex | 76 | 52 | CB | 2A | 3C | 0 | 14 | 102 | 36 | 38 |
| Octal | 166 | 122 | 313 | 52 | 74 | 0 | 24 | 402 | 66 | 70 |
| Binary | 1110110 | 1010010 | 11001011 | 101010 | 111100 | 0 | 10100 | 100000010 | 110110 | 111000 |
Color Harmonies of #7652CB
Complementary color
Monochromatic Colors of #7652CB
Black with #7652CB
Text Example
Text Example
White with #7652CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652CB; }
p { color: rgb(118,82,203); }
H1.HeaderClassName
{
color: #7652CB;
}
.AnyTagClassName
{
color: #7652CB;
}
</style>
background-color css
<style>
a { background-color: #7652CB; }
a { background-color: rgb(118,82,203); }
div.DivClassName
{
background-color: #7652CB;
}
.BgClassName
{
background-color: #7652CB;
}
</style>
border-color css
<style>
span { border-color: #7652CB; }
span { border-color: rgb(118,82,203); }
td.TdClassName
{
border-color: #7652CB;
}
.TagClassName
{
border-color: #7652CB;
}
</style>