Shades of Shakespeare #72A2BD
Tints of Shakespeare #72A2BD
RGB
CMYK
RGB Variations
Color information
#72A2BD (or 0x72A2BD) is known color: Shakespeare. HEX triplet: 72, A2 and BD. RGB value is (114,162,189). Sum of RGB (Red+Green+Blue) = 114+162+189=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #72A2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A2BD is #8D5D42. Grayscale: #969696. Windows color (decimal): -9264451 or 12427890. OLE color: 12427890.
HSL color Cylindrical-coordinate representation of color #72A2BD: hue angle of 201.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72A2BD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 162 | 189 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.26 |
| HSL | 201.6º | 0.36% | 0.59% | - |
| HSV(B) | 201.6º | 0.4% | 0.74% | - |
| XYZ | 29.05 | 33.09 | 53 | - |
| YUV | 150.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 189 | 0.40 | 0.14 | 0 | 0.26 | 201.6 | 0.36 | 0.59 |
| Hex | 72 | A2 | BD | 28 | E | 0 | 1A | CA | 24 | 3B |
| Octal | 162 | 242 | 275 | 50 | 16 | 0 | 32 | 312 | 44 | 73 |
| Binary | 1110010 | 10100010 | 10111101 | 101000 | 1110 | 0 | 11010 | 11001010 | 100100 | 111011 |
Color Harmonies of #72A2BD
Complementary color
Monochromatic Colors of #72A2BD
Black with #72A2BD
Text Example
Text Example
White with #72A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A2BD; }
p { color: rgb(114,162,189); }
H1.HeaderClassName
{
color: #72A2BD;
}
.AnyTagClassName
{
color: #72A2BD;
}
</style>
background-color css
<style>
a { background-color: #72A2BD; }
a { background-color: rgb(114,162,189); }
div.DivClassName
{
background-color: #72A2BD;
}
.BgClassName
{
background-color: #72A2BD;
}
</style>
border-color css
<style>
span { border-color: #72A2BD; }
span { border-color: rgb(114,162,189); }
td.TdClassName
{
border-color: #72A2BD;
}
.TagClassName
{
border-color: #72A2BD;
}
</style>