#709BBA

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

Shades of Shakespeare #709BBA

Tints of Shakespeare #709BBA

Color information

#709BBA (or 0x709BBA) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and BA. RGB value is (112,155,186). Sum of RGB (Red+Green+Blue) = 112+155+186=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #709BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BBA is #8F6445. Grayscale: #919191. Windows color (decimal): -9397318 or 12229488. OLE color: 12229488.

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

Color convert

RGB112155186-
CMYK0.400.1700.27
HSL205.14º34.91%58.43%-
HSV(B)205.14º39.78%72.94%-
XYZ27.2730.4350.89-
YUV145.68150.75103.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=24.72%
G=34.22%
B=41.06%

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
Decimal1121551860.400.1700.27205.1434.9158.43
Hex709BBA281101Bcd233a
Octal16023327250210333154372
Binary111000010011011101110101010001000101101111001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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