Shades of Slate Blue #7565CE
Tints of Slate Blue #7565CE
RGB
CMYK
RGB Variations
Color information
#7565CE (or 0x7565CE) is known color: Slate Blue. HEX triplet: 75, 65 and CE. RGB value is (117,101,206). Sum of RGB (Red+Green+Blue) = 117+101+206=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7565CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565CE is #8A9A31. Grayscale: #757575. Windows color (decimal): -9083442 or 13526389. OLE color: 13526389.
HSL color Cylindrical-coordinate representation of color #7565CE: hue angle of 249.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7565CE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 101 | 206 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.19 |
| HSL | 249.14º | 0.52% | 0.6% | - |
| HSV(B) | 249.14º | 0.51% | 0.81% | - |
| XYZ | 23.13 | 17.55 | 60.56 | - |
| YUV | 117.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 206 | 0.43 | 0.51 | 0 | 0.19 | 249.14 | 0.52 | 0.6 |
| Hex | 75 | 65 | CE | 2B | 33 | 0 | 13 | F9 | 34 | 3C |
| Octal | 165 | 145 | 316 | 53 | 63 | 0 | 23 | 371 | 64 | 74 |
| Binary | 1110101 | 1100101 | 11001110 | 101011 | 110011 | 0 | 10011 | 11111001 | 110100 | 111100 |
Color Harmonies of #7565CE
Complementary color
Monochromatic Colors of #7565CE
Black with #7565CE
Text Example
Text Example
White with #7565CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565CE; }
p { color: rgb(117,101,206); }
H1.HeaderClassName
{
color: #7565CE;
}
.AnyTagClassName
{
color: #7565CE;
}
</style>
background-color css
<style>
a { background-color: #7565CE; }
a { background-color: rgb(117,101,206); }
div.DivClassName
{
background-color: #7565CE;
}
.BgClassName
{
background-color: #7565CE;
}
</style>
border-color css
<style>
span { border-color: #7565CE; }
span { border-color: rgb(117,101,206); }
td.TdClassName
{
border-color: #7565CE;
}
.TagClassName
{
border-color: #7565CE;
}
</style>