#7F9BD0

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

Shades of Polo Blue #7F9BD0

Tints of Polo Blue #7F9BD0

Color information

#7F9BD0 (or 0x7F9BD0) is unknown color: approx Polo Blue. HEX triplet: 7F, 9B and D0. RGB value is (127,155,208). Sum of RGB (Red+Green+Blue) = 127+155+208=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F9BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BD0 is #80642F. Grayscale: #989898. Windows color (decimal): -8414256 or 13671295. OLE color: 13671295.

HSL color Cylindrical-coordinate representation of color #7F9BD0: hue angle of 219.26º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F9BD0 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127155208-
CMYK0.390.2500.18
HSL219.26º46.29%65.69%-
HSV(B)219.26º38.94%81.57%-
XYZ31.8632.5164.27-
YUV152.67159.22109.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=25.92%
G=31.63%
B=42.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271552080.390.2500.18219.2646.2965.69
Hex7F9BD02719012db2e42
Octal177233320473102233356102
Binary1111111100110111101000010011111001010010110110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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