#7199BE

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

Shades of Shakespeare #7199BE

Tints of Shakespeare #7199BE

Color information

#7199BE (or 0x7199BE) is unknown color: approx Shakespeare. HEX triplet: 71, 99 and BE. RGB value is (113,153,190). Sum of RGB (Red+Green+Blue) = 113+153+190=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7199BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199BE is #8E6641. Grayscale: #919191. Windows color (decimal): -9332290 or 12491121. OLE color: 12491121.

HSL color Cylindrical-coordinate representation of color #7199BE: hue angle of 208.83º 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 #7199BE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113153190-
CMYK0.410.1900.25
HSL208.83º37.2%59.41%-
HSV(B)208.83º40.53%74.51%-
XYZ27.530.0153.06-
YUV145.26153.25104.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=24.78%
G=33.55%
B=41.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131531900.410.1900.25208.8337.259.41
Hex7199BE2913019d1253b
Octal16123127651230313214573
Binary111000110011001101111101010011001101100111010001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7199BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7199BE; }

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

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

<style>
 a { background-color: #7199BE; }

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

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

<style>
 span { border-color: #7199BE; }

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

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