Html Css Color HEX #7FA1CD Polo Blue

📋 copy color: '#7FA1CD'

red 127 ◦ green 161 ◦ blue 205

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

Shades of Polo Blue #7FA1CD

Tints of Polo Blue #7FA1CD

RGB

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

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

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

R = 25.76%
G = 32.66%
B = 41.58%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FA1CD (or 0x7FA1CD) is known color: Polo Blue. HEX triplet: 7F, A1 and CD. RGB value is (127,161,205). Sum of RGB (Red+Green+Blue) = 127+161+205=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FA1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1CD is #805E32. Grayscale: #9B9B9B. Windows color (decimal): -8412723 or 13476223. OLE color: 13476223.

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

Color convert

RGB 127 161 205 -
CMYK 0.38 0.21 0 0.20
HSL 213.85º 0.44% 0.65% -
HSV(B) 213.85º 0.38% 0.8% -
XYZ 32.52 34.41 62.69 -
YUV 155.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 127 161 205 0.38 0.21 0 0.20 213.85 0.44 0.65
Hex 7F A1 CD 26 15 0 14 D6 2C 41
Octal 177 241 315 46 25 0 24 326 54 101
Binary 1111111 10100001 11001101 100110 10101 0 10100 11010110 101100 1000001

Color Harmonies of #7FA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA1CD

Black with #7FA1CD

Text Example


Text Example

White with #7FA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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