#709EC5

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

Shades of Shakespeare #709EC5

Tints of Shakespeare #709EC5

Color information

#709EC5 (or 0x709EC5) is unknown color: approx Shakespeare. HEX triplet: 70, 9E and C5. RGB value is (112,158,197). Sum of RGB (Red+Green+Blue) = 112+158+197=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #709EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC5 is #8F613A. Grayscale: #949494. Windows color (decimal): -9396539 or 12951152. OLE color: 12951152.

HSL color Cylindrical-coordinate representation of color #709EC5: hue angle of 207.53º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709EC5 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB112158197-
CMYK0.430.2000.23
HSL207.53º42.29%60.59%-
HSV(B)207.53º43.15%77.25%-
XYZ28.9931.9357.46-
YUV148.69155.26101.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 197 (77.34% from 255) = 42.18%
R=23.98%
G=33.83%
B=42.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121581970.430.2000.23207.5342.2960.59
Hex709EC52B14017d02a3d
Octal16023630553240273205275
Binary111000010011110110001011010111010001011111010000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,197); }

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

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

 a { background-color: rgb(112,158,197); }

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

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

 span { border-color: rgb(112,158,197); }

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