Html Css Color HEX #7699CA Polo Blue

📋 copy color: '#7699CA'

red 118 ◦ green 153 ◦ blue 202

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

Shades of Polo Blue #7699CA

Tints of Polo Blue #7699CA

RGB

 RED value IS 118 (46.48% from 255) = 24.95%

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 24.95%
G = 32.35%
B = 42.71%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7699CA (or 0x7699CA) is known color: Polo Blue. HEX triplet: 76, 99 and CA. RGB value is (118,153,202). Sum of RGB (Red+Green+Blue) = 118+153+202=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #7699CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699CA is #896635. Grayscale: #939393. Windows color (decimal): -9004598 or 13277558. OLE color: 13277558.

HSL color Cylindrical-coordinate representation of color #7699CA: hue angle of 215º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7699CA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 153 202 -
CMYK 0.42 0.24 0 0.21
HSL 215º 0.44% 0.63% -
HSV(B) 215º 0.42% 0.79% -
XYZ 29.52 30.9 60.29 -
YUV 148.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 118 153 202 0.42 0.24 0 0.21 215 0.44 0.63
Hex 76 99 CA 2A 18 0 15 D7 2C 3F
Octal 166 231 312 52 30 0 25 327 54 77
Binary 1110110 10011001 11001010 101010 11000 0 10101 11010111 101100 111111

Color Harmonies of #7699CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699CA

Black with #7699CA

Text Example


Text Example

White with #7699CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7699CA; }

 p { color: rgb(118,153,202); }

 H1.HeaderClassName
 {
   color: #7699CA;
 }
 .AnyTagClassName
 {
   color: #7699CA;
 }
</style>

background-color css

<style>
 a { background-color: #7699CA; }

 a { background-color: rgb(118,153,202); }

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

border-color css

<style>
 span { border-color: #7699CA; }

 span { border-color: rgb(118,153,202); }

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