Html Css Color HEX #769DCD Polo Blue

📋 copy color: '#769DCD'

red 118 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #769DCD

Tints of Polo Blue #769DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

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

R = 24.58%
G = 32.71%
B = 42.71%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#769DCD (or 0x769DCD) is known color: Polo Blue. HEX triplet: 76, 9D and CD. RGB value is (118,157,205). Sum of RGB (Red+Green+Blue) = 118+157+205=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #769DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DCD is #896232. Grayscale: #969696. Windows color (decimal): -9003571 or 13475190. OLE color: 13475190.

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

Color convert

RGB 118 157 205 -
CMYK 0.42 0.23 0 0.20
HSL 213.1º 0.47% 0.63% -
HSV(B) 213.1º 0.42% 0.8% -
XYZ 30.55 32.37 62.4 -
YUV 150.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 118 157 205 0.42 0.23 0 0.20 213.1 0.47 0.63
Hex 76 9D CD 2A 17 0 14 D5 2F 3F
Octal 166 235 315 52 27 0 24 325 57 77
Binary 1110110 10011101 11001101 101010 10111 0 10100 11010101 101111 111111

Color Harmonies of #769DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DCD

Black with #769DCD

Text Example


Text Example

White with #769DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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