#719EBC

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

Shades of Shakespeare #719EBC

Tints of Shakespeare #719EBC

Color information

#719EBC (or 0x719EBC) is unknown color: approx Shakespeare. HEX triplet: 71, 9E and BC. RGB value is (113,158,188). Sum of RGB (Red+Green+Blue) = 113+158+188=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #719EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EBC is #8E6143. Grayscale: #939393. Windows color (decimal): -9331012 or 12361329. OLE color: 12361329.

HSL color Cylindrical-coordinate representation of color #719EBC: hue angle of 204º 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 #719EBC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113158188-
CMYK0.400.1600.26
HSL204º35.89%59.02%-
HSV(B)204º39.89%73.73%-
XYZ28.1131.652.19-
YUV147.96150.59103.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.62%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=24.62%
G=34.42%
B=40.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131581880.400.1600.2620435.8959.02
Hex719EBC281001Acc243b
Octal16123627450200323144473
Binary111000110011110101111001010001000001101011001100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719EBC; }

 p { color: rgb(113,158,188); }

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

<style>
 a { background-color: #719EBC; }

 a { background-color: rgb(113,158,188); }

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

<style>
 span { border-color: #719EBC; }

 span { border-color: rgb(113,158,188); }

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