Shades of Shakespeare #759CC1
Tints of Shakespeare #759CC1
RGB
CMYK
RGB Variations
Color information
#759CC1 (or 0x759CC1) is known color: Shakespeare. HEX triplet: 75, 9C and C1. RGB value is (117,156,193). Sum of RGB (Red+Green+Blue) = 117+156+193=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #759CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC1 is #8A633E. Grayscale: #949494. Windows color (decimal): -9069375 or 12688501. OLE color: 12688501.
HSL color Cylindrical-coordinate representation of color #759CC1: hue angle of 209.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759CC1 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 156 | 193 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.24 |
| HSL | 209.21º | 0.38% | 0.61% | - |
| HSV(B) | 209.21º | 0.39% | 0.76% | - |
| XYZ | 28.85 | 31.41 | 54.99 | - |
| YUV | 148.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 193 | 0.39 | 0.19 | 0 | 0.24 | 209.21 | 0.38 | 0.61 |
| Hex | 75 | 9C | C1 | 27 | 13 | 0 | 18 | D1 | 26 | 3D |
| Octal | 165 | 234 | 301 | 47 | 23 | 0 | 30 | 321 | 46 | 75 |
| Binary | 1110101 | 10011100 | 11000001 | 100111 | 10011 | 0 | 11000 | 11010001 | 100110 | 111101 |
Color Harmonies of #759CC1
Complementary color
Monochromatic Colors of #759CC1
Black with #759CC1
Text Example
Text Example
White with #759CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CC1; }
p { color: rgb(117,156,193); }
H1.HeaderClassName
{
color: #759CC1;
}
.AnyTagClassName
{
color: #759CC1;
}
</style>
background-color css
<style>
a { background-color: #759CC1; }
a { background-color: rgb(117,156,193); }
div.DivClassName
{
background-color: #759CC1;
}
.BgClassName
{
background-color: #759CC1;
}
</style>
border-color css
<style>
span { border-color: #759CC1; }
span { border-color: rgb(117,156,193); }
td.TdClassName
{
border-color: #759CC1;
}
.TagClassName
{
border-color: #759CC1;
}
</style>