Html Css Color HEX #7199BE Shakespeare

📋 copy color: '#7199BE'

red 113 ◦ green 153 ◦ blue 190

#7199BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #7199BE

Tints of Shakespeare #7199BE

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 value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7199BE (or 0x7199BE) is known color: 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

RGB 113 153 190 -
CMYK 0.41 0.19 0 0.25
HSL 208.83º 0.37% 0.59% -
HSV(B) 208.83º 0.41% 0.75% -
XYZ 27.5 30.01 53.06 -
YUV 145.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 113 153 190 0.41 0.19 0 0.25 208.83 0.37 0.59
Hex 71 99 BE 29 13 0 19 D1 25 3B
Octal 161 231 276 51 23 0 31 321 45 73
Binary 1110001 10011001 10111110 101001 10011 0 11001 11010001 100101 111011

Color Harmonies of #7199BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7199BE

Black with #7199BE

Text Example


Text Example

White with #7199BE

Text Example


Text Example

HTML Codes & Css Web 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>