Html Css Color HEX #769CCB Polo Blue

📋 copy color: '#769CCB'

red 118 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #769CCB

Tints of Polo Blue #769CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 24.74%
G = 32.7%
B = 42.56%

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

#769CCB (or 0x769CCB) is known color: Polo Blue. HEX triplet: 76, 9C and CB. RGB value is (118,156,203). Sum of RGB (Red+Green+Blue) = 118+156+203=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #769CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CCB is #896334. Grayscale: #959595. Windows color (decimal): -9003829 or 13343862. OLE color: 13343862.

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

Color convert

RGB 118 156 203 -
CMYK 0.42 0.23 0 0.20
HSL 213.18º 0.45% 0.63% -
HSV(B) 213.18º 0.42% 0.8% -
XYZ 30.14 31.94 61.08 -
YUV 150 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 118 156 203 0.42 0.23 0 0.20 213.18 0.45 0.63
Hex 76 9C CB 2A 17 0 14 D5 2D 3F
Octal 166 234 313 52 27 0 24 325 55 77
Binary 1110110 10011100 11001011 101010 10111 0 10100 11010101 101101 111111

Color Harmonies of #769CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CCB

Black with #769CCB

Text Example


Text Example

White with #769CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,156,203); }

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

background-color css

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

 a { background-color: rgb(118,156,203); }

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

border-color css

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

 span { border-color: rgb(118,156,203); }

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