#709CBA

Color #709CBA Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #709CBA

Tints of Shakespeare #709CBA

Color information

#709CBA (or 0x709CBA) is unknown color: approx Shakespeare. HEX triplet: 70, 9C and BA. RGB value is (112,156,186). Sum of RGB (Red+Green+Blue) = 112+156+186=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #709CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CBA is #8F6345. Grayscale: #929292. Windows color (decimal): -9397062 or 12229744. OLE color: 12229744.

HSL color Cylindrical-coordinate representation of color #709CBA: hue angle of 204.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709CBA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112156186-
CMYK0.400.1600.27
HSL204.32º34.91%58.43%-
HSV(B)204.32º39.78%72.94%-
XYZ27.4330.7750.95-
YUV146.26150.42103.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=24.67%
G=34.36%
B=40.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121561860.400.1600.27204.3234.9158.43
Hex709CBA281001Bcc233a
Octal16023427250200333144372
Binary111000010011100101110101010001000001101111001100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709CBA; }

 p { color: rgb(112,156,186); }

 H1.HeaderClassName
 {
   color: #709CBA;
 }
 .AnyTagClassName
 {
   color: #709CBA;
 }
</style>
background-color css

<style>
 a { background-color: #709CBA; }

 a { background-color: rgb(112,156,186); }

 div.DivClassName
 {
   background-color: #709CBA;
 }
 .BgClassName
 {
   background-color: #709CBA;
 }
</style>
border-color css

<style>
 span { border-color: #709CBA; }

 span { border-color: rgb(112,156,186); }

 td.TdClassName
 {
   border-color: #709CBA;
 }
 .TagClassName
 {
   border-color: #709CBA;
 }
</style>