Html Css Color HEX #7696CE Polo Blue

📋 copy color: '#7696CE'

red 118 ◦ green 150 ◦ blue 206

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

Shades of Polo Blue #7696CE

Tints of Polo Blue #7696CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

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

R = 24.89%
G = 31.65%
B = 43.46%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7696CE (or 0x7696CE) is known color: Polo Blue. HEX triplet: 76, 96 and CE. RGB value is (118,150,206). Sum of RGB (Red+Green+Blue) = 118+150+206=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #7696CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696CE is #896931. Grayscale: #929292. Windows color (decimal): -9005362 or 13538934. OLE color: 13538934.

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

Color convert

RGB 118 150 206 -
CMYK 0.43 0.27 0 0.19
HSL 218.18º 0.47% 0.64% -
HSV(B) 218.18º 0.43% 0.81% -
XYZ 29.52 30.12 62.65 -
YUV 146.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 118 150 206 0.43 0.27 0 0.19 218.18 0.47 0.64
Hex 76 96 CE 2B 1B 0 13 DA 2F 40
Octal 166 226 316 53 33 0 23 332 57 100
Binary 1110110 10010110 11001110 101011 11011 0 10011 11011010 101111 1000000

Color Harmonies of #7696CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696CE

Black with #7696CE

Text Example


Text Example

White with #7696CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,150,206); }

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

background-color css

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

 a { background-color: rgb(118,150,206); }

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

border-color css

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

 span { border-color: rgb(118,150,206); }

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