Html Css Color HEX #769BC2 Polo Blue

📋 copy color: '#769BC2'

red 118 ◦ green 155 ◦ blue 194

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

Shades of Polo Blue #769BC2

Tints of Polo Blue #769BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 25.27%
G = 33.19%
B = 41.54%

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

#769BC2 (or 0x769BC2) is known color: Polo Blue. HEX triplet: 76, 9B and C2. RGB value is (118,155,194). Sum of RGB (Red+Green+Blue) = 118+155+194=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #769BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BC2 is #89643D. Grayscale: #949494. Windows color (decimal): -9004094 or 12753782. OLE color: 12753782.

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

Color convert

RGB 118 155 194 -
CMYK 0.39 0.20 0 0.24
HSL 210.79º 0.38% 0.61% -
HSV(B) 210.79º 0.39% 0.76% -
XYZ 28.93 31.19 55.53 -
YUV 148.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 118 155 194 0.39 0.20 0 0.24 210.79 0.38 0.61
Hex 76 9B C2 27 14 0 18 D3 26 3D
Octal 166 233 302 47 24 0 30 323 46 75
Binary 1110110 10011011 11000010 100111 10100 0 11000 11010011 100110 111101

Color Harmonies of #769BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BC2

Black with #769BC2

Text Example


Text Example

White with #769BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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