Html Css Color HEX #7FA0BE Polo Blue

📋 copy color: '#7FA0BE'

red 127 ◦ green 160 ◦ blue 190

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

Shades of Polo Blue #7FA0BE

Tints of Polo Blue #7FA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 26.62%
G = 33.54%
B = 39.83%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7FA0BE (or 0x7FA0BE) is known color: Polo Blue. HEX triplet: 7F, A0 and BE. RGB value is (127,160,190). Sum of RGB (Red+Green+Blue) = 127+160+190=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0BE is #805F41. Grayscale: #999999. Windows color (decimal): -8412994 or 12492927. OLE color: 12492927.

HSL color Cylindrical-coordinate representation of color #7FA0BE: hue angle of 208.57º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA0BE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 160 190 -
CMYK 0.33 0.16 0 0.25
HSL 208.57º 0.33% 0.62% -
HSV(B) 208.57º 0.33% 0.75% -
XYZ 30.62 33.37 53.54 -
YUV 153.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 127 160 190 0.33 0.16 0 0.25 208.57 0.33 0.62
Hex 7F A0 BE 21 10 0 19 D1 21 3E
Octal 177 240 276 41 20 0 31 321 41 76
Binary 1111111 10100000 10111110 100001 10000 0 11001 11010001 100001 111110

Color Harmonies of #7FA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA0BE

Black with #7FA0BE

Text Example


Text Example

White with #7FA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,160,190); }

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

background-color css

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

 a { background-color: rgb(127,160,190); }

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

border-color css

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

 span { border-color: rgb(127,160,190); }

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