#719ABB

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

Shades of Shakespeare #719ABB

Tints of Shakespeare #719ABB

Color information

#719ABB (or 0x719ABB) is unknown color: approx Shakespeare. HEX triplet: 71, 9A and BB. RGB value is (113,154,187). Sum of RGB (Red+Green+Blue) = 113+154+187=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #719ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ABB is #8E6544. Grayscale: #919191. Windows color (decimal): -9332037 or 12294769. OLE color: 12294769.

HSL color Cylindrical-coordinate representation of color #719ABB: hue angle of 206.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719ABB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113154187-
CMYK0.400.1800.27
HSL206.76º35.24%58.82%-
HSV(B)206.76º39.57%73.33%-
XYZ27.3430.2151.4-
YUV145.5151.42104.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.89%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=24.89%
G=33.92%
B=41.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131541870.400.1800.27206.7635.2458.82
Hex719ABB281201Bcf233b
Octal16123227350220333174373
Binary111000110011010101110111010001001001101111001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,187); }

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

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

 a { background-color: rgb(113,154,187); }

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

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

 span { border-color: rgb(113,154,187); }

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