Html Css Color HEX #769BCE Polo Blue

📋 copy color: '#769BCE'

red 118 ◦ green 155 ◦ blue 206

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

Shades of Polo Blue #769BCE

Tints of Polo Blue #769BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 24.63%
G = 32.36%
B = 43.01%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#769BCE (or 0x769BCE) is known color: Polo Blue. HEX triplet: 76, 9B and CE. RGB value is (118,155,206). Sum of RGB (Red+Green+Blue) = 118+155+206=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #769BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BCE is #896431. Grayscale: #959595. Windows color (decimal): -9004082 or 13540214. OLE color: 13540214.

HSL color Cylindrical-coordinate representation of color #769BCE: hue angle of 214.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769BCE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 155 206 -
CMYK 0.43 0.25 0 0.19
HSL 214.77º 0.47% 0.64% -
HSV(B) 214.77º 0.43% 0.81% -
XYZ 30.33 31.75 62.92 -
YUV 149.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 118 155 206 0.43 0.25 0 0.19 214.77 0.47 0.64
Hex 76 9B CE 2B 19 0 13 D7 2F 40
Octal 166 233 316 53 31 0 23 327 57 100
Binary 1110110 10011011 11001110 101011 11001 0 10011 11010111 101111 1000000

Color Harmonies of #769BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BCE

Black with #769BCE

Text Example


Text Example

White with #769BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,206); }

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

background-color css

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

 a { background-color: rgb(118,155,206); }

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

border-color css

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

 span { border-color: rgb(118,155,206); }

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