#709BBC

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

Shades of Shakespeare #709BBC

Tints of Shakespeare #709BBC

Color information

#709BBC (or 0x709BBC) is unknown color: approx Shakespeare. HEX triplet: 70, 9B and BC. RGB value is (112,155,188). Sum of RGB (Red+Green+Blue) = 112+155+188=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #709BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BBC is #8F6443. Grayscale: #919191. Windows color (decimal): -9397316 or 12360560. OLE color: 12360560.

HSL color Cylindrical-coordinate representation of color #709BBC: hue angle of 206.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709BBC is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112155188-
CMYK0.400.1800.26
HSL206.05º36.19%58.82%-
HSV(B)206.05º40.43%73.73%-
XYZ27.4830.5252.02-
YUV145.9151.75103.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=24.62%
G=34.07%
B=41.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121551880.400.1800.26206.0536.1958.82
Hex709BBC281201Ace243b
Octal16023327450220323164473
Binary111000010011011101111001010001001001101011001110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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