Html Css Color HEX #7FA2BD Polo Blue

📋 copy color: '#7FA2BD'

red 127 ◦ green 162 ◦ blue 189

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

Shades of Polo Blue #7FA2BD

Tints of Polo Blue #7FA2BD

RGB

 RED value IS 127 (50% from 255) = 26.57%

 GREEN value IS 162 (63.67% from 255) = 33.89%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 26.57%
G = 33.89%
B = 39.54%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FA2BD (or 0x7FA2BD) is known color: Polo Blue. HEX triplet: 7F, A2 and BD. RGB value is (127,162,189). Sum of RGB (Red+Green+Blue) = 127+162+189=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FA2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2BD is #805D42. Grayscale: #9A9A9A. Windows color (decimal): -8412483 or 12427903. OLE color: 12427903.

HSL color Cylindrical-coordinate representation of color #7FA2BD: hue angle of 206.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA2BD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 162 189 -
CMYK 0.33 0.14 0 0.26
HSL 206.13º 0.32% 0.62% -
HSV(B) 206.13º 0.33% 0.74% -
XYZ 30.86 34.03 53.09 -
YUV 154.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 127 162 189 0.33 0.14 0 0.26 206.13 0.32 0.62
Hex 7F A2 BD 21 E 0 1A CE 20 3E
Octal 177 242 275 41 16 0 32 316 40 76
Binary 1111111 10100010 10111101 100001 1110 0 11010 11001110 100000 111110

Color Harmonies of #7FA2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA2BD

Black with #7FA2BD

Text Example


Text Example

White with #7FA2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA2BD; }

 p { color: rgb(127,162,189); }

 H1.HeaderClassName
 {
   color: #7FA2BD;
 }
 .AnyTagClassName
 {
   color: #7FA2BD;
 }
</style>

background-color css

<style>
 a { background-color: #7FA2BD; }

 a { background-color: rgb(127,162,189); }

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

border-color css

<style>
 span { border-color: #7FA2BD; }

 span { border-color: rgb(127,162,189); }

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