Html Css Color HEX #7FA3CF Polo Blue

📋 copy color: '#7FA3CF'

red 127 ◦ green 163 ◦ blue 207

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

Shades of Polo Blue #7FA3CF

Tints of Polo Blue #7FA3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 25.55%
G = 32.8%
B = 41.65%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FA3CF (or 0x7FA3CF) is known color: Polo Blue. HEX triplet: 7F, A3 and CF. RGB value is (127,163,207). Sum of RGB (Red+Green+Blue) = 127+163+207=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FA3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3CF is #805C30. Grayscale: #9D9D9D. Windows color (decimal): -8412209 or 13607807. OLE color: 13607807.

HSL color Cylindrical-coordinate representation of color #7FA3CF: hue angle of 213º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FA3CF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 163 207 -
CMYK 0.39 0.21 0 0.19
HSL 213º 0.45% 0.65% -
HSV(B) 213º 0.39% 0.81% -
XYZ 33.11 35.21 64.08 -
YUV 157.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 127 163 207 0.39 0.21 0 0.19 213 0.45 0.65
Hex 7F A3 CF 27 15 0 13 D5 2D 41
Octal 177 243 317 47 25 0 23 325 55 101
Binary 1111111 10100011 11001111 100111 10101 0 10011 11010101 101101 1000001

Color Harmonies of #7FA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA3CF

Black with #7FA3CF

Text Example


Text Example

White with #7FA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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