#719EBE

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

Shades of Shakespeare #719EBE

Tints of Shakespeare #719EBE

Color information

#719EBE (or 0x719EBE) is unknown color: approx Shakespeare. HEX triplet: 71, 9E and BE. RGB value is (113,158,190). Sum of RGB (Red+Green+Blue) = 113+158+190=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #719EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EBE is #8E6141. Grayscale: #949494. Windows color (decimal): -9331010 or 12492401. OLE color: 12492401.

HSL color Cylindrical-coordinate representation of color #719EBE: hue angle of 204.94º degrees, saturation: 0.37, 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 #719EBE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113158190-
CMYK0.410.1700.25
HSL204.94º37.2%59.41%-
HSV(B)204.94º40.53%74.51%-
XYZ28.3331.6853.34-
YUV148.19151.59102.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=24.51%
G=34.27%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131581900.410.1700.25204.9437.259.41
Hex719EBE2911019cd253b
Octal16123627651210313154573
Binary111000110011110101111101010011000101100111001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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