Html Css Color HEX #7FA1CC Polo Blue

📋 copy color: '#7FA1CC'

red 127 ◦ green 161 ◦ blue 204

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

Shades of Polo Blue #7FA1CC

Tints of Polo Blue #7FA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 25.81%
G = 32.72%
B = 41.46%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FA1CC (or 0x7FA1CC) is known color: Polo Blue. HEX triplet: 7F, A1 and CC. RGB value is (127,161,204). Sum of RGB (Red+Green+Blue) = 127+161+204=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FA1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1CC is #805E33. Grayscale: #9B9B9B. Windows color (decimal): -8412724 or 13410687. OLE color: 13410687.

HSL color Cylindrical-coordinate representation of color #7FA1CC: hue angle of 213.51º degrees, saturation: 0.43, 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 #7FA1CC is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 161 204 -
CMYK 0.38 0.21 0 0.2
HSL 213.51º 0.43% 0.65% -
HSV(B) 213.51º 0.38% 0.8% -
XYZ 32.4 34.36 62.05 -
YUV 155.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 127 161 204 0.38 0.21 0 0.2 213.51 0.43 0.65
Hex 7F A1 CC 26 15 0 14 D6 2B 41
Octal 177 241 314 46 25 0 24 326 53 101
Binary 1111111 10100001 11001100 100110 10101 0 10100 11010110 101011 1000001

Color Harmonies of #7FA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA1CC

Black with #7FA1CC

Text Example


Text Example

White with #7FA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,161,204); }

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

background-color css

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

 a { background-color: rgb(127,161,204); }

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

border-color css

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

 span { border-color: rgb(127,161,204); }

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