Html Css Color HEX #7FA2CE Polo Blue

📋 copy color: '#7FA2CE'

red 127 ◦ green 162 ◦ blue 206

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

Shades of Polo Blue #7FA2CE

Tints of Polo Blue #7FA2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 25.66%
G = 32.73%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FA2CE (or 0x7FA2CE) is known color: Polo Blue. HEX triplet: 7F, A2 and CE. RGB value is (127,162,206). Sum of RGB (Red+Green+Blue) = 127+162+206=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2CE is #805D31. Grayscale: #9C9C9C. Windows color (decimal): -8412466 or 13542015. OLE color: 13542015.

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

Color convert

RGB 127 162 206 -
CMYK 0.38 0.21 0 0.19
HSL 213.42º 0.45% 0.65% -
HSV(B) 213.42º 0.38% 0.81% -
XYZ 32.81 34.81 63.38 -
YUV 156.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 127 162 206 0.38 0.21 0 0.19 213.42 0.45 0.65
Hex 7F A2 CE 26 15 0 13 D5 2D 41
Octal 177 242 316 46 25 0 23 325 55 101
Binary 1111111 10100010 11001110 100110 10101 0 10011 11010101 101101 1000001

Color Harmonies of #7FA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA2CE

Black with #7FA2CE

Text Example


Text Example

White with #7FA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,206); }

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

background-color css

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

 a { background-color: rgb(127,162,206); }

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

border-color css

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

 span { border-color: rgb(127,162,206); }

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