Html Css Color HEX #7599BD Shakespeare

📋 copy color: '#7599BD'

red 117 ◦ green 153 ◦ blue 189

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

Shades of Shakespeare #7599BD

Tints of Shakespeare #7599BD

RGB

 RED value IS 117 (46.09% from 255) = 25.49%

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 25.49%
G = 33.33%
B = 41.18%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7599BD (or 0x7599BD) is known color: Shakespeare. HEX triplet: 75, 99 and BD. RGB value is (117,153,189). Sum of RGB (Red+Green+Blue) = 117+153+189=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #7599BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599BD is #8A6642. Grayscale: #929292. Windows color (decimal): -9070147 or 12425589. OLE color: 12425589.

HSL color Cylindrical-coordinate representation of color #7599BD: hue angle of 210º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7599BD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 153 189 -
CMYK 0.38 0.19 0 0.26
HSL 210º 0.35% 0.6% -
HSV(B) 210º 0.38% 0.74% -
XYZ 27.91 30.24 52.51 -
YUV 146.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 117 153 189 0.38 0.19 0 0.26 210 0.35 0.6
Hex 75 99 BD 26 13 0 1A D2 23 3C
Octal 165 231 275 46 23 0 32 322 43 74
Binary 1110101 10011001 10111101 100110 10011 0 11010 11010010 100011 111100

Color Harmonies of #7599BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599BD

Black with #7599BD

Text Example


Text Example

White with #7599BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7599BD; }

 p { color: rgb(117,153,189); }

 H1.HeaderClassName
 {
   color: #7599BD;
 }
 .AnyTagClassName
 {
   color: #7599BD;
 }
</style>

background-color css

<style>
 a { background-color: #7599BD; }

 a { background-color: rgb(117,153,189); }

 div.DivClassName
 {
   background-color: #7599BD;
 }
 .BgClassName
 {
   background-color: #7599BD;
 }
</style>

border-color css

<style>
 span { border-color: #7599BD; }

 span { border-color: rgb(117,153,189); }

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