Html Css Color HEX #7697CA Polo Blue

📋 copy color: '#7697CA'

red 118 ◦ green 151 ◦ blue 202

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

Shades of Polo Blue #7697CA

Tints of Polo Blue #7697CA

RGB

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

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

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

R = 25.05%
G = 32.06%
B = 42.89%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7697CA (or 0x7697CA) is known color: Polo Blue. HEX triplet: 76, 97 and CA. RGB value is (118,151,202). Sum of RGB (Red+Green+Blue) = 118+151+202=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #7697CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697CA is #896835. Grayscale: #929292. Windows color (decimal): -9005110 or 13277046. OLE color: 13277046.

HSL color Cylindrical-coordinate representation of color #7697CA: hue angle of 216.43º 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 #7697CA is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 151 202 -
CMYK 0.42 0.25 0 0.21
HSL 216.43º 0.44% 0.63% -
HSV(B) 216.43º 0.42% 0.79% -
XYZ 29.2 30.25 60.18 -
YUV 146.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 118 151 202 0.42 0.25 0 0.21 216.43 0.44 0.63
Hex 76 97 CA 2A 19 0 15 D8 2C 3F
Octal 166 227 312 52 31 0 25 330 54 77
Binary 1110110 10010111 11001010 101010 11001 0 10101 11011000 101100 111111

Color Harmonies of #7697CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697CA

Black with #7697CA

Text Example


Text Example

White with #7697CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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