Html Css Color HEX #769ACD Polo Blue

📋 copy color: '#769ACD'

red 118 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #769ACD

Tints of Polo Blue #769ACD

RGB

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

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

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

R = 24.74%
G = 32.29%
B = 42.98%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#769ACD (or 0x769ACD) is known color: Polo Blue. HEX triplet: 76, 9A and CD. RGB value is (118,154,205). Sum of RGB (Red+Green+Blue) = 118+154+205=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #769ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ACD is #896532. Grayscale: #949494. Windows color (decimal): -9004339 or 13474422. OLE color: 13474422.

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

Color convert

RGB 118 154 205 -
CMYK 0.42 0.25 0 0.20
HSL 215.17º 0.47% 0.63% -
HSV(B) 215.17º 0.42% 0.8% -
XYZ 30.05 31.37 62.23 -
YUV 149.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 118 154 205 0.42 0.25 0 0.20 215.17 0.47 0.63
Hex 76 9A CD 2A 19 0 14 D7 2F 3F
Octal 166 232 315 52 31 0 24 327 57 77
Binary 1110110 10011010 11001101 101010 11001 0 10100 11010111 101111 111111

Color Harmonies of #769ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ACD

Black with #769ACD

Text Example


Text Example

White with #769ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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