Html Css Color HEX #7FA1BD Polo Blue

📋 copy color: '#7FA1BD'

red 127 ◦ green 161 ◦ blue 189

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

Shades of Polo Blue #7FA1BD

Tints of Polo Blue #7FA1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.75%

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

R = 26.62%
G = 33.75%
B = 39.62%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FA1BD (or 0x7FA1BD) is known color: Polo Blue. HEX triplet: 7F, A1 and BD. RGB value is (127,161,189). Sum of RGB (Red+Green+Blue) = 127+161+189=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FA1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1BD is #805E42. Grayscale: #999999. Windows color (decimal): -8412739 or 12427647. OLE color: 12427647.

HSL color Cylindrical-coordinate representation of color #7FA1BD: hue angle of 207.1º 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 #7FA1BD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 161 189 -
CMYK 0.33 0.15 0 0.26
HSL 207.1º 0.32% 0.62% -
HSV(B) 207.1º 0.33% 0.74% -
XYZ 30.68 33.68 53.03 -
YUV 154.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 127 161 189 0.33 0.15 0 0.26 207.1 0.32 0.62
Hex 7F A1 BD 21 F 0 1A CF 20 3E
Octal 177 241 275 41 17 0 32 317 40 76
Binary 1111111 10100001 10111101 100001 1111 0 11010 11001111 100000 111110

Color Harmonies of #7FA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA1BD

Black with #7FA1BD

Text Example


Text Example

White with #7FA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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