#719FB9

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

Shades of Shakespeare #719FB9

Tints of Shakespeare #719FB9

Color information

#719FB9 (or 0x719FB9) is unknown color: approx Shakespeare. HEX triplet: 71, 9F and B9. RGB value is (113,159,185). Sum of RGB (Red+Green+Blue) = 113+159+185=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #719FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FB9 is #8E6046. Grayscale: #949494. Windows color (decimal): -9330759 or 12164977. OLE color: 12164977.

HSL color Cylindrical-coordinate representation of color #719FB9: hue angle of 201.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #719FB9 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113159185-
CMYK0.390.1400.27
HSL201.67º33.96%58.43%-
HSV(B)201.67º38.92%72.55%-
XYZ27.9731.8150.56-
YUV148.21148.76102.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=24.73%
G=34.79%
B=40.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131591850.390.1400.27201.6733.9658.43
Hex719FB927E01Bca223a
Octal16123727147160333124272
Binary11100011001111110111001100111111001101111001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,159,185); }

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

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

 a { background-color: rgb(113,159,185); }

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

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

 span { border-color: rgb(113,159,185); }

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