#7F9BCE

Color #7F9BCE Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7F9BCE

Tints of Polo Blue #7F9BCE

Color information

#7F9BCE (or 0x7F9BCE) is unknown color: approx Polo Blue. HEX triplet: 7F, 9B and CE. RGB value is (127,155,206). Sum of RGB (Red+Green+Blue) = 127+155+206=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BCE is #806431. Grayscale: #989898. Windows color (decimal): -8414258 or 13540223. OLE color: 13540223.

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

Color convert

RGB127155206-
CMYK0.380.2500.19
HSL218.73º44.63%65.29%-
HSV(B)218.73º38.35%80.78%-
XYZ31.6132.4162.98-
YUV152.44158.22109.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=26.02%
G=31.76%
B=42.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271552060.380.2500.19218.7344.6365.29
Hex7F9BCE2619013db2d41
Octal177233316463102333355101
Binary1111111100110111100111010011011001010011110110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F9BCE;
 }
 .AnyTagClassName
 {
   color: #7F9BCE;
 }
</style>
background-color css

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

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

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

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

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

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