Html Css Color HEX #769DCC Polo Blue

📋 copy color: '#769DCC'

red 118 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #769DCC

Tints of Polo Blue #769DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 24.63%
G = 32.78%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#769DCC (or 0x769DCC) is known color: Polo Blue. HEX triplet: 76, 9D and CC. RGB value is (118,157,204). Sum of RGB (Red+Green+Blue) = 118+157+204=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #769DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DCC is #896233. Grayscale: #969696. Windows color (decimal): -9003572 or 13409654. OLE color: 13409654.

HSL color Cylindrical-coordinate representation of color #769DCC: hue angle of 212.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769DCC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 157 204 -
CMYK 0.42 0.23 0 0.2
HSL 212.79º 0.46% 0.63% -
HSV(B) 212.79º 0.42% 0.8% -
XYZ 30.43 32.33 61.76 -
YUV 150.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 118 157 204 0.42 0.23 0 0.2 212.79 0.46 0.63
Hex 76 9D CC 2A 17 0 14 D5 2E 3F
Octal 166 235 314 52 27 0 24 325 56 77
Binary 1110110 10011101 11001100 101010 10111 0 10100 11010101 101110 111111

Color Harmonies of #769DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DCC

Black with #769DCC

Text Example


Text Example

White with #769DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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