#709ABE

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

Shades of Shakespeare #709ABE

Tints of Shakespeare #709ABE

Color information

#709ABE (or 0x709ABE) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and BE. RGB value is (112,154,190). Sum of RGB (Red+Green+Blue) = 112+154+190=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #709ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ABE is #8F6541. Grayscale: #919191. Windows color (decimal): -9397570 or 12491376. OLE color: 12491376.

HSL color Cylindrical-coordinate representation of color #709ABE: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709ABE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112154190-
CMYK0.410.1900.25
HSL207.69º37.5%59.22%-
HSV(B)207.69º41.05%74.51%-
XYZ27.5330.2753.11-
YUV145.55153.09104.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=24.56%
G=33.77%
B=41.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121541900.410.1900.25207.6937.559.22
Hex709ABE2913019d0263b
Octal16023227651230313204673
Binary111000010011010101111101010011001101100111010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,190); }

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

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

 a { background-color: rgb(112,154,190); }

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

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

 span { border-color: rgb(112,154,190); }

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