Shades of Slate Blue #655BCA
Tints of Slate Blue #655BCA
RGB
CMYK
RGB Variations
Color information
#655BCA (or 0x655BCA) is known color: Slate Blue. HEX triplet: 65, 5B and CA. RGB value is (101,91,202). Sum of RGB (Red+Green+Blue) = 101+91+202=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #655BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BCA is #9AA435. Grayscale: #6A6A6A. Windows color (decimal): -10134582 or 13261669. OLE color: 13261669.
HSL color Cylindrical-coordinate representation of color #655BCA: hue angle of 245.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655BCA is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 91 | 202 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.21 |
| HSL | 245.41º | 0.51% | 0.57% | - |
| HSV(B) | 245.41º | 0.55% | 0.79% | - |
| XYZ | 19.77 | 14.51 | 57.64 | - |
| YUV | 106.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 202 | 0.50 | 0.55 | 0 | 0.21 | 245.41 | 0.51 | 0.57 |
| Hex | 65 | 5B | CA | 32 | 37 | 0 | 15 | F5 | 33 | 39 |
| Octal | 145 | 133 | 312 | 62 | 67 | 0 | 25 | 365 | 63 | 71 |
| Binary | 1100101 | 1011011 | 11001010 | 110010 | 110111 | 0 | 10101 | 11110101 | 110011 | 111001 |
Color Harmonies of #655BCA
Complementary color
Monochromatic Colors of #655BCA
Black with #655BCA
Text Example
Text Example
White with #655BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BCA; }
p { color: rgb(101,91,202); }
H1.HeaderClassName
{
color: #655BCA;
}
.AnyTagClassName
{
color: #655BCA;
}
</style>
background-color css
<style>
a { background-color: #655BCA; }
a { background-color: rgb(101,91,202); }
div.DivClassName
{
background-color: #655BCA;
}
.BgClassName
{
background-color: #655BCA;
}
</style>
border-color css
<style>
span { border-color: #655BCA; }
span { border-color: rgb(101,91,202); }
td.TdClassName
{
border-color: #655BCA;
}
.TagClassName
{
border-color: #655BCA;
}
</style>