Html Css Color HEX #769CC5 Polo Blue

📋 copy color: '#769CC5'

red 118 ◦ green 156 ◦ blue 197

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

Shades of Polo Blue #769CC5

Tints of Polo Blue #769CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 25.05%
G = 33.12%
B = 41.83%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#769CC5 (or 0x769CC5) is known color: Polo Blue. HEX triplet: 76, 9C and C5. RGB value is (118,156,197). Sum of RGB (Red+Green+Blue) = 118+156+197=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #769CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CC5 is #89633A. Grayscale: #959595. Windows color (decimal): -9003835 or 12950646. OLE color: 12950646.

HSL color Cylindrical-coordinate representation of color #769CC5: hue angle of 211.14º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769CC5 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 156 197 -
CMYK 0.40 0.21 0 0.23
HSL 211.14º 0.41% 0.62% -
HSV(B) 211.14º 0.4% 0.77% -
XYZ 29.44 31.66 57.38 -
YUV 149.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 118 156 197 0.40 0.21 0 0.23 211.14 0.41 0.62
Hex 76 9C C5 28 15 0 17 D3 29 3E
Octal 166 234 305 50 25 0 27 323 51 76
Binary 1110110 10011100 11000101 101000 10101 0 10111 11010011 101001 111110

Color Harmonies of #769CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CC5

Black with #769CC5

Text Example


Text Example

White with #769CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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