Html Css Color HEX #769EC9 Polo Blue

📋 copy color: '#769EC9'

red 118 ◦ green 158 ◦ blue 201

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

Shades of Polo Blue #769EC9

Tints of Polo Blue #769EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 24.74%
G = 33.12%
B = 42.14%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#769EC9 (or 0x769EC9) is known color: Polo Blue. HEX triplet: 76, 9E and C9. RGB value is (118,158,201). Sum of RGB (Red+Green+Blue) = 118+158+201=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #769EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EC9 is #896136. Grayscale: #969696. Windows color (decimal): -9003319 or 13213302. OLE color: 13213302.

HSL color Cylindrical-coordinate representation of color #769EC9: hue angle of 211.08º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769EC9 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 158 201 -
CMYK 0.41 0.21 0 0.21
HSL 211.08º 0.43% 0.63% -
HSV(B) 211.08º 0.41% 0.79% -
XYZ 30.24 32.52 59.94 -
YUV 150.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 118 158 201 0.41 0.21 0 0.21 211.08 0.43 0.63
Hex 76 9E C9 29 15 0 15 D3 2B 3F
Octal 166 236 311 51 25 0 25 323 53 77
Binary 1110110 10011110 11001001 101001 10101 0 10101 11010011 101011 111111

Color Harmonies of #769EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EC9

Black with #769EC9

Text Example


Text Example

White with #769EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769EC9; }

 p { color: rgb(118,158,201); }

 H1.HeaderClassName
 {
   color: #769EC9;
 }
 .AnyTagClassName
 {
   color: #769EC9;
 }
</style>

background-color css

<style>
 a { background-color: #769EC9; }

 a { background-color: rgb(118,158,201); }

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

border-color css

<style>
 span { border-color: #769EC9; }

 span { border-color: rgb(118,158,201); }

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