Html Css Color HEX #769DCB Polo Blue

📋 copy color: '#769DCB'

red 118 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #769DCB

Tints of Polo Blue #769DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 24.69%
G = 32.85%
B = 42.47%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#769DCB (or 0x769DCB) is known color: Polo Blue. HEX triplet: 76, 9D and CB. RGB value is (118,157,203). Sum of RGB (Red+Green+Blue) = 118+157+203=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #769DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DCB is #896234. Grayscale: #969696. Windows color (decimal): -9003573 or 13344118. OLE color: 13344118.

HSL color Cylindrical-coordinate representation of color #769DCB: hue angle of 212.47º degrees, saturation: 0.45, 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 #769DCB is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 157 203 -
CMYK 0.42 0.23 0 0.20
HSL 212.47º 0.45% 0.63% -
HSV(B) 212.47º 0.42% 0.8% -
XYZ 30.31 32.28 61.13 -
YUV 150.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 118 157 203 0.42 0.23 0 0.20 212.47 0.45 0.63
Hex 76 9D CB 2A 17 0 14 D4 2D 3F
Octal 166 235 313 52 27 0 24 324 55 77
Binary 1110110 10011101 11001011 101010 10111 0 10100 11010100 101101 111111

Color Harmonies of #769DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DCB

Black with #769DCB

Text Example


Text Example

White with #769DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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