Html Css Color HEX #7FA6CD Polo Blue

📋 copy color: '#7FA6CD'

red 127 ◦ green 166 ◦ blue 205

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

Shades of Polo Blue #7FA6CD

Tints of Polo Blue #7FA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 25.5%
G = 33.33%
B = 41.16%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FA6CD (or 0x7FA6CD) is known color: Polo Blue. HEX triplet: 7F, A6 and CD. RGB value is (127,166,205). Sum of RGB (Red+Green+Blue) = 127+166+205=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6CD is #805932. Grayscale: #9E9E9E. Windows color (decimal): -8411443 or 13477503. OLE color: 13477503.

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

Color convert

RGB 127 166 205 -
CMYK 0.38 0.19 0 0.20
HSL 210º 0.44% 0.65% -
HSV(B) 210º 0.38% 0.8% -
XYZ 33.41 36.19 62.98 -
YUV 158.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 127 166 205 0.38 0.19 0 0.20 210 0.44 0.65
Hex 7F A6 CD 26 13 0 14 D2 2C 41
Octal 177 246 315 46 23 0 24 322 54 101
Binary 1111111 10100110 11001101 100110 10011 0 10100 11010010 101100 1000001

Color Harmonies of #7FA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA6CD

Black with #7FA6CD

Text Example


Text Example

White with #7FA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,205); }

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

background-color css

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

 a { background-color: rgb(127,166,205); }

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

border-color css

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

 span { border-color: rgb(127,166,205); }

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