Html Css Color HEX #7FA0CA Polo Blue

📋 copy color: '#7FA0CA'

red 127 ◦ green 160 ◦ blue 202

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

Shades of Polo Blue #7FA0CA

Tints of Polo Blue #7FA0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.72%

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

R = 25.97%
G = 32.72%
B = 41.31%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7FA0CA (or 0x7FA0CA) is known color: Polo Blue. HEX triplet: 7F, A0 and CA. RGB value is (127,160,202). Sum of RGB (Red+Green+Blue) = 127+160+202=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FA0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0CA is #805F35. Grayscale: #9A9A9A. Windows color (decimal): -8412982 or 13279359. OLE color: 13279359.

HSL color Cylindrical-coordinate representation of color #7FA0CA: hue angle of 213.6º 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 #7FA0CA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 160 202 -
CMYK 0.37 0.21 0 0.21
HSL 213.6º 0.41% 0.65% -
HSV(B) 213.6º 0.37% 0.79% -
XYZ 31.98 33.92 60.74 -
YUV 154.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 127 160 202 0.37 0.21 0 0.21 213.6 0.41 0.65
Hex 7F A0 CA 25 15 0 15 D6 29 41
Octal 177 240 312 45 25 0 25 326 51 101
Binary 1111111 10100000 11001010 100101 10101 0 10101 11010110 101001 1000001

Color Harmonies of #7FA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA0CA

Black with #7FA0CA

Text Example


Text Example

White with #7FA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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