Html Css Color HEX #7FA7CA Polo Blue

📋 copy color: '#7FA7CA'

red 127 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #7FA7CA

Tints of Polo Blue #7FA7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 25.6%
G = 33.67%
B = 40.73%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7FA7CA (or 0x7FA7CA) is known color: Polo Blue. HEX triplet: 7F, A7 and CA. RGB value is (127,167,202). Sum of RGB (Red+Green+Blue) = 127+167+202=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FA7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7CA is #805835. Grayscale: #9E9E9E. Windows color (decimal): -8411190 or 13281151. OLE color: 13281151.

HSL color Cylindrical-coordinate representation of color #7FA7CA: hue angle of 208º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FA7CA is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 167 202 -
CMYK 0.37 0.17 0 0.21
HSL 208º 0.41% 0.65% -
HSV(B) 208º 0.37% 0.79% -
XYZ 33.23 36.41 61.15 -
YUV 159.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 127 167 202 0.37 0.17 0 0.21 208 0.41 0.65
Hex 7F A7 CA 25 11 0 15 D0 29 41
Octal 177 247 312 45 21 0 25 320 51 101
Binary 1111111 10100111 11001010 100101 10001 0 10101 11010000 101001 1000001

Color Harmonies of #7FA7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA7CA

Black with #7FA7CA

Text Example


Text Example

White with #7FA7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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