#709ABA

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

Shades of Shakespeare #709ABA

Tints of Shakespeare #709ABA

Color information

#709ABA (or 0x709ABA) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and BA. RGB value is (112,154,186). Sum of RGB (Red+Green+Blue) = 112+154+186=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #709ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ABA is #8F6545. Grayscale: #909090. Windows color (decimal): -9397574 or 12229232. OLE color: 12229232.

HSL color Cylindrical-coordinate representation of color #709ABA: hue angle of 205.95º 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 #709ABA is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112154186-
CMYK0.400.1700.27
HSL205.95º34.91%58.43%-
HSV(B)205.95º39.78%72.94%-
XYZ27.130.150.84-
YUV145.09151.09104.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=24.78%
G=34.07%
B=41.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121541860.400.1700.27205.9534.9158.43
Hex709ABA281101Bce233a
Octal16023227250210333164372
Binary111000010011010101110101010001000101101111001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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