#7D9BC5

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

Shades of Polo Blue #7D9BC5

Tints of Polo Blue #7D9BC5

Color information

#7D9BC5 (or 0x7D9BC5) is unknown color: approx Polo Blue. HEX triplet: 7D, 9B and C5. RGB value is (125,155,197). Sum of RGB (Red+Green+Blue) = 125+155+197=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #7D9BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BC5 is #82643A. Grayscale: #969696. Windows color (decimal): -8545339 or 12950397. OLE color: 12950397.

HSL color Cylindrical-coordinate representation of color #7D9BC5: hue angle of 215º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D9BC5 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB125155197-
CMYK0.370.2100.23
HSL215º38.3%63.14%-
HSV(B)215º36.55%77.25%-
XYZ30.2631.8357.37-
YUV150.82154.06109.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=26.21%
G=32.49%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251551970.370.2100.2321538.363.14
Hex7D9BC52515017d7263f
Octal17523330545250273274677
Binary111110110011011110001011001011010101011111010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,155,197); }

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

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

 a { background-color: rgb(125,155,197); }

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

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

 span { border-color: rgb(125,155,197); }

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