Html Css Color HEX #7FA3BF Polo Blue

📋 copy color: '#7FA3BF'

red 127 ◦ green 163 ◦ blue 191

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

Shades of Polo Blue #7FA3BF

Tints of Polo Blue #7FA3BF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

 BLUE value IS 191 (75% from 255) = 39.71%

R = 26.4%
G = 33.89%
B = 39.71%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7FA3BF (or 0x7FA3BF) is known color: Polo Blue. HEX triplet: 7F, A3 and BF. RGB value is (127,163,191). Sum of RGB (Red+Green+Blue) = 127+163+191=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FA3BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3BF is #805C40. Grayscale: #9B9B9B. Windows color (decimal): -8412225 or 12559231. OLE color: 12559231.

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

Color convert

RGB 127 163 191 -
CMYK 0.34 0.15 0 0.25
HSL 206.25º 0.33% 0.62% -
HSV(B) 206.25º 0.34% 0.75% -
XYZ 31.25 34.47 54.3 -
YUV 155.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 127 163 191 0.34 0.15 0 0.25 206.25 0.33 0.62
Hex 7F A3 BF 22 F 0 19 CE 21 3E
Octal 177 243 277 42 17 0 31 316 41 76
Binary 1111111 10100011 10111111 100010 1111 0 11001 11001110 100001 111110

Color Harmonies of #7FA3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA3BF

Black with #7FA3BF

Text Example


Text Example

White with #7FA3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,163,191); }

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

background-color css

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

 a { background-color: rgb(127,163,191); }

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

border-color css

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

 span { border-color: rgb(127,163,191); }

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