Html Css Color HEX #769CCD Polo Blue

📋 copy color: '#769CCD'

red 118 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #769CCD

Tints of Polo Blue #769CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 24.63%
G = 32.57%
B = 42.8%

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

#769CCD (or 0x769CCD) is known color: Polo Blue. HEX triplet: 76, 9C and CD. RGB value is (118,156,205). Sum of RGB (Red+Green+Blue) = 118+156+205=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #769CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CCD is #896332. Grayscale: #959595. Windows color (decimal): -9003827 or 13474934. OLE color: 13474934.

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

Color convert

RGB 118 156 205 -
CMYK 0.42 0.24 0 0.20
HSL 213.79º 0.47% 0.63% -
HSV(B) 213.79º 0.42% 0.8% -
XYZ 30.38 32.04 62.34 -
YUV 150.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 118 156 205 0.42 0.24 0 0.20 213.79 0.47 0.63
Hex 76 9C CD 2A 18 0 14 D6 2F 3F
Octal 166 234 315 52 30 0 24 326 57 77
Binary 1110110 10011100 11001101 101010 11000 0 10100 11010110 101111 111111

Color Harmonies of #769CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CCD

Black with #769CCD

Text Example


Text Example

White with #769CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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