Html Css Color HEX #769BCD Polo Blue

📋 copy color: '#769BCD'

red 118 ◦ green 155 ◦ blue 205

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

Shades of Polo Blue #769BCD

Tints of Polo Blue #769BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 24.69%
G = 32.43%
B = 42.89%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#769BCD (or 0x769BCD) is known color: Polo Blue. HEX triplet: 76, 9B and CD. RGB value is (118,155,205). Sum of RGB (Red+Green+Blue) = 118+155+205=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #769BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BCD is #896432. Grayscale: #959595. Windows color (decimal): -9004083 or 13474678. OLE color: 13474678.

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

Color convert

RGB 118 155 205 -
CMYK 0.42 0.24 0 0.20
HSL 214.48º 0.47% 0.63% -
HSV(B) 214.48º 0.42% 0.8% -
XYZ 30.21 31.7 62.28 -
YUV 149.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 118 155 205 0.42 0.24 0 0.20 214.48 0.47 0.63
Hex 76 9B CD 2A 18 0 14 D6 2F 3F
Octal 166 233 315 52 30 0 24 326 57 77
Binary 1110110 10011011 11001101 101010 11000 0 10100 11010110 101111 111111

Color Harmonies of #769BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BCD

Black with #769BCD

Text Example


Text Example

White with #769BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,205); }

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

background-color css

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

 a { background-color: rgb(118,155,205); }

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

border-color css

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

 span { border-color: rgb(118,155,205); }

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