#709BC2

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

Shades of Shakespeare #709BC2

Tints of Shakespeare #709BC2

Color information

#709BC2 (or 0x709BC2) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and C2. RGB value is (112,155,194). Sum of RGB (Red+Green+Blue) = 112+155+194=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #709BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BC2 is #8F643D. Grayscale: #929292. Windows color (decimal): -9397310 or 12753776. OLE color: 12753776.

HSL color Cylindrical-coordinate representation of color #709BC2: hue angle of 208.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709BC2 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112155194-
CMYK0.420.2000.24
HSL208.54º40.2%60%-
HSV(B)208.54º42.27%76.08%-
XYZ28.1430.7855.5-
YUV146.59154.75103.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=24.30%
G=33.62%
B=42.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121551940.420.2000.24208.5440.260
Hex709BC22A14018d1283c
Octal16023330252240303215074
Binary111000010011011110000101010101010001100011010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,194); }

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

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

 a { background-color: rgb(112,155,194); }

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

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

 span { border-color: rgb(112,155,194); }

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