Html Css Color HEX #7FA2CB Polo Blue

📋 copy color: '#7FA2CB'

red 127 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #7FA2CB

Tints of Polo Blue #7FA2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 25.81%
G = 32.93%
B = 41.26%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FA2CB (or 0x7FA2CB) is known color: Polo Blue. HEX triplet: 7F, A2 and CB. RGB value is (127,162,203). Sum of RGB (Red+Green+Blue) = 127+162+203=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FA2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2CB is #805D34. Grayscale: #9C9C9C. Windows color (decimal): -8412469 or 13345407. OLE color: 13345407.

HSL color Cylindrical-coordinate representation of color #7FA2CB: hue angle of 212.37º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FA2CB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 162 203 -
CMYK 0.37 0.20 0 0.20
HSL 212.37º 0.42% 0.65% -
HSV(B) 212.37º 0.37% 0.8% -
XYZ 32.45 34.66 61.48 -
YUV 156.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 127 162 203 0.37 0.20 0 0.20 212.37 0.42 0.65
Hex 7F A2 CB 25 14 0 14 D4 2A 41
Octal 177 242 313 45 24 0 24 324 52 101
Binary 1111111 10100010 11001011 100101 10100 0 10100 11010100 101010 1000001

Color Harmonies of #7FA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA2CB

Black with #7FA2CB

Text Example


Text Example

White with #7FA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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