Html Css Color HEX #769BC1 Polo Blue

📋 copy color: '#769BC1'

red 118 ◦ green 155 ◦ blue 193

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

Shades of Polo Blue #769BC1

Tints of Polo Blue #769BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 25.32%
G = 33.26%
B = 41.42%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#769BC1 (or 0x769BC1) is known color: Polo Blue. HEX triplet: 76, 9B and C1. RGB value is (118,155,193). Sum of RGB (Red+Green+Blue) = 118+155+193=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #769BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BC1 is #89643E. Grayscale: #949494. Windows color (decimal): -9004095 or 12688246. OLE color: 12688246.

HSL color Cylindrical-coordinate representation of color #769BC1: hue angle of 210.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769BC1 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 155 193 -
CMYK 0.39 0.20 0 0.24
HSL 210.4º 0.38% 0.61% -
HSV(B) 210.4º 0.39% 0.76% -
XYZ 28.82 31.14 54.94 -
YUV 148.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 118 155 193 0.39 0.20 0 0.24 210.4 0.38 0.61
Hex 76 9B C1 27 14 0 18 D2 26 3D
Octal 166 233 301 47 24 0 30 322 46 75
Binary 1110110 10011011 11000001 100111 10100 0 11000 11010010 100110 111101

Color Harmonies of #769BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BC1

Black with #769BC1

Text Example


Text Example

White with #769BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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