#7399BE

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

Shades of Shakespeare #7399BE

Tints of Shakespeare #7399BE

Color information

#7399BE (or 0x7399BE) is unknown color: approx Shakespeare. HEX triplet: 73, 99 and BE. RGB value is (115,153,190). Sum of RGB (Red+Green+Blue) = 115+153+190=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7399BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399BE is #8C6641. Grayscale: #919191. Windows color (decimal): -9201218 or 12491123. OLE color: 12491123.

HSL color Cylindrical-coordinate representation of color #7399BE: hue angle of 209.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7399BE is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115153190-
CMYK0.390.1900.25
HSL209.6º36.59%59.8%-
HSV(B)209.6º39.47%74.51%-
XYZ27.7630.1553.07-
YUV145.86152.91105.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=25.11%
G=33.41%
B=41.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151531900.390.1900.25209.636.5959.8
Hex7399BE2713019d2253c
Octal16323127647230313224574
Binary111001110011001101111101001111001101100111010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7399BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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