Html Css Color HEX #769DCE Polo Blue

📋 copy color: '#769DCE'

red 118 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #769DCE

Tints of Polo Blue #769DCE

RGB

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

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

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

R = 24.53%
G = 32.64%
B = 42.83%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#769DCE (or 0x769DCE) is known color: Polo Blue. HEX triplet: 76, 9D and CE. RGB value is (118,157,206). Sum of RGB (Red+Green+Blue) = 118+157+206=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #769DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DCE is #896231. Grayscale: #969696. Windows color (decimal): -9003570 or 13540726. OLE color: 13540726.

HSL color Cylindrical-coordinate representation of color #769DCE: hue angle of 213.41º 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 #769DCE is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 157 206 -
CMYK 0.43 0.24 0 0.19
HSL 213.41º 0.47% 0.64% -
HSV(B) 213.41º 0.43% 0.81% -
XYZ 30.67 32.42 63.03 -
YUV 150.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 118 157 206 0.43 0.24 0 0.19 213.41 0.47 0.64
Hex 76 9D CE 2B 18 0 13 D5 2F 40
Octal 166 235 316 53 30 0 23 325 57 100
Binary 1110110 10011101 11001110 101011 11000 0 10011 11010101 101111 1000000

Color Harmonies of #769DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DCE

Black with #769DCE

Text Example


Text Example

White with #769DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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