Html Css Color HEX #7597CC Polo Blue

📋 copy color: '#7597CC'

red 117 ◦ green 151 ◦ blue 204

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

Shades of Polo Blue #7597CC

Tints of Polo Blue #7597CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.99%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 24.79%
G = 31.99%
B = 43.22%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7597CC (or 0x7597CC) is known color: Polo Blue. HEX triplet: 75, 97 and CC. RGB value is (117,151,204). Sum of RGB (Red+Green+Blue) = 117+151+204=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7597CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597CC is #8A6833. Grayscale: #929292. Windows color (decimal): -9070644 or 13408117. OLE color: 13408117.

HSL color Cylindrical-coordinate representation of color #7597CC: hue angle of 216.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7597CC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 151 204 -
CMYK 0.43 0.26 0 0.2
HSL 216.55º 0.46% 0.63% -
HSV(B) 216.55º 0.43% 0.8% -
XYZ 29.3 30.27 61.43 -
YUV 146.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 117 151 204 0.43 0.26 0 0.2 216.55 0.46 0.63
Hex 75 97 CC 2B 1A 0 14 D9 2E 3F
Octal 165 227 314 53 32 0 24 331 56 77
Binary 1110101 10010111 11001100 101011 11010 0 10100 11011001 101110 111111

Color Harmonies of #7597CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7597CC

Black with #7597CC

Text Example


Text Example

White with #7597CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7597CC; }

 p { color: rgb(117,151,204); }

 H1.HeaderClassName
 {
   color: #7597CC;
 }
 .AnyTagClassName
 {
   color: #7597CC;
 }
</style>

background-color css

<style>
 a { background-color: #7597CC; }

 a { background-color: rgb(117,151,204); }

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

border-color css

<style>
 span { border-color: #7597CC; }

 span { border-color: rgb(117,151,204); }

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