Html Css Color HEX #7697D0 Polo Blue

📋 copy color: '#7697D0'

red 118 ◦ green 151 ◦ blue 208

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

Shades of Polo Blue #7697D0

Tints of Polo Blue #7697D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 24.74%
G = 31.66%
B = 43.61%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7697D0 (or 0x7697D0) is known color: Polo Blue. HEX triplet: 76, 97 and D0. RGB value is (118,151,208). Sum of RGB (Red+Green+Blue) = 118+151+208=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #7697D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697D0 is #89682F. Grayscale: #939393. Windows color (decimal): -9005104 or 13670262. OLE color: 13670262.

HSL color Cylindrical-coordinate representation of color #7697D0: hue angle of 218º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7697D0 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 151 208 -
CMYK 0.43 0.27 0 0.18
HSL 218º 0.49% 0.64% -
HSV(B) 218º 0.43% 0.82% -
XYZ 29.92 30.54 63.99 -
YUV 147.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 118 151 208 0.43 0.27 0 0.18 218 0.49 0.64
Hex 76 97 D0 2B 1B 0 12 DA 31 40
Octal 166 227 320 53 33 0 22 332 61 100
Binary 1110110 10010111 11010000 101011 11011 0 10010 11011010 110001 1000000

Color Harmonies of #7697D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697D0

Black with #7697D0

Text Example


Text Example

White with #7697D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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