Html Css Color HEX #7599CE Polo Blue

📋 copy color: '#7599CE'

red 117 ◦ green 153 ◦ blue 206

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

Shades of Polo Blue #7599CE

Tints of Polo Blue #7599CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 24.58%
G = 32.14%
B = 43.28%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7599CE (or 0x7599CE) is known color: Polo Blue. HEX triplet: 75, 99 and CE. RGB value is (117,153,206). Sum of RGB (Red+Green+Blue) = 117+153+206=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #7599CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599CE is #8A6631. Grayscale: #949494. Windows color (decimal): -9070130 or 13539701. OLE color: 13539701.

HSL color Cylindrical-coordinate representation of color #7599CE: hue angle of 215.73º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7599CE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 153 206 -
CMYK 0.43 0.26 0 0.19
HSL 215.73º 0.48% 0.63% -
HSV(B) 215.73º 0.43% 0.81% -
XYZ 29.87 31.02 62.81 -
YUV 148.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 117 153 206 0.43 0.26 0 0.19 215.73 0.48 0.63
Hex 75 99 CE 2B 1A 0 13 D8 30 3F
Octal 165 231 316 53 32 0 23 330 60 77
Binary 1110101 10011001 11001110 101011 11010 0 10011 11011000 110000 111111

Color Harmonies of #7599CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599CE

Black with #7599CE

Text Example


Text Example

White with #7599CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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