#7D9EBE

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

Shades of Polo Blue #7D9EBE

Tints of Polo Blue #7D9EBE

Color information

#7D9EBE (or 0x7D9EBE) is unknown color: approx Polo Blue. HEX triplet: 7D, 9E and BE. RGB value is (125,158,190). Sum of RGB (Red+Green+Blue) = 125+158+190=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D9EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9EBE is #826141. Grayscale: #979797. Windows color (decimal): -8544578 or 12492413. OLE color: 12492413.

HSL color Cylindrical-coordinate representation of color #7D9EBE: hue angle of 209.54º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9EBE is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125158190-
CMYK0.340.1700.25
HSL209.54º33.33%61.76%-
HSV(B)209.54º34.21%74.51%-
XYZ29.9832.5353.41-
YUV151.78149.57108.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=26.43%
G=33.40%
B=40.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251581900.340.1700.25209.5433.3361.76
Hex7D9EBE2211019d2213e
Octal17523627642210313224176
Binary111110110011110101111101000101000101100111010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,158,190); }

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

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

 a { background-color: rgb(125,158,190); }

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

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

 span { border-color: rgb(125,158,190); }

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