Html Css Color HEX #769DCA Polo Blue

📋 copy color: '#769DCA'

red 118 ◦ green 157 ◦ blue 202

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

Shades of Polo Blue #769DCA

Tints of Polo Blue #769DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 24.74%
G = 32.91%
B = 42.35%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#769DCA (or 0x769DCA) is known color: Polo Blue. HEX triplet: 76, 9D and CA. RGB value is (118,157,202). Sum of RGB (Red+Green+Blue) = 118+157+202=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #769DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DCA is #896235. Grayscale: #969696. Windows color (decimal): -9003574 or 13278582. OLE color: 13278582.

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

Color convert

RGB 118 157 202 -
CMYK 0.42 0.22 0 0.21
HSL 212.14º 0.44% 0.63% -
HSV(B) 212.14º 0.42% 0.79% -
XYZ 30.19 32.23 60.51 -
YUV 150.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 118 157 202 0.42 0.22 0 0.21 212.14 0.44 0.63
Hex 76 9D CA 2A 16 0 15 D4 2C 3F
Octal 166 235 312 52 26 0 25 324 54 77
Binary 1110110 10011101 11001010 101010 10110 0 10101 11010100 101100 111111

Color Harmonies of #769DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DCA

Black with #769DCA

Text Example


Text Example

White with #769DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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