Html Css Color HEX #769AC7 Polo Blue

📋 copy color: '#769AC7'

red 118 ◦ green 154 ◦ blue 199

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

Shades of Polo Blue #769AC7

Tints of Polo Blue #769AC7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 25.05%
G = 32.7%
B = 42.25%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#769AC7 (or 0x769AC7) is known color: Polo Blue. HEX triplet: 76, 9A and C7. RGB value is (118,154,199). Sum of RGB (Red+Green+Blue) = 118+154+199=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #769AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AC7 is #896538. Grayscale: #949494. Windows color (decimal): -9004345 or 13081206. OLE color: 13081206.

HSL color Cylindrical-coordinate representation of color #769AC7: hue angle of 213.33º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769AC7 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 154 199 -
CMYK 0.41 0.23 0 0.22
HSL 213.33º 0.42% 0.62% -
HSV(B) 213.33º 0.41% 0.78% -
XYZ 29.34 31.09 58.49 -
YUV 148.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 118 154 199 0.41 0.23 0 0.22 213.33 0.42 0.62
Hex 76 9A C7 29 17 0 16 D5 2A 3E
Octal 166 232 307 51 27 0 26 325 52 76
Binary 1110110 10011010 11000111 101001 10111 0 10110 11010101 101010 111110

Color Harmonies of #769AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AC7

Black with #769AC7

Text Example


Text Example

White with #769AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,199); }

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

background-color css

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

 a { background-color: rgb(118,154,199); }

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

border-color css

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

 span { border-color: rgb(118,154,199); }

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