Html Css Color HEX #7FA7CE Polo Blue

📋 copy color: '#7FA7CE'

red 127 ◦ green 167 ◦ blue 206

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

Shades of Polo Blue #7FA7CE

Tints of Polo Blue #7FA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.4%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 25.4%
G = 33.4%
B = 41.2%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FA7CE (or 0x7FA7CE) is known color: Polo Blue. HEX triplet: 7F, A7 and CE. RGB value is (127,167,206). Sum of RGB (Red+Green+Blue) = 127+167+206=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FA7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7CE is #805831. Grayscale: #9F9F9F. Windows color (decimal): -8411186 or 13543295. OLE color: 13543295.

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

Color convert

RGB 127 167 206 -
CMYK 0.38 0.19 0 0.19
HSL 209.62º 0.45% 0.65% -
HSV(B) 209.62º 0.38% 0.81% -
XYZ 33.71 36.61 63.68 -
YUV 159.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 127 167 206 0.38 0.19 0 0.19 209.62 0.45 0.65
Hex 7F A7 CE 26 13 0 13 D2 2D 41
Octal 177 247 316 46 23 0 23 322 55 101
Binary 1111111 10100111 11001110 100110 10011 0 10011 11010010 101101 1000001

Color Harmonies of #7FA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA7CE

Black with #7FA7CE

Text Example


Text Example

White with #7FA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,167,206); }

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

background-color css

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

 a { background-color: rgb(127,167,206); }

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

border-color css

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

 span { border-color: rgb(127,167,206); }

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