#7D9BC9

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

Shades of Polo Blue #7D9BC9

Tints of Polo Blue #7D9BC9

Color information

#7D9BC9 (or 0x7D9BC9) is unknown color: approx Polo Blue. HEX triplet: 7D, 9B and C9. RGB value is (125,155,201). Sum of RGB (Red+Green+Blue) = 125+155+201=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D9BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BC9 is #826436. Grayscale: #979797. Windows color (decimal): -8545335 or 13212541. OLE color: 13212541.

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

Color convert

RGB125155201-
CMYK0.380.2300.21
HSL216.32º41.3%63.92%-
HSV(B)216.32º37.81%78.82%-
XYZ30.7232.0259.82-
YUV151.27156.06109.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=25.99%
G=32.22%
B=41.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251552010.380.2300.21216.3241.363.92
Hex7D9BC92617015d82940
Octal175233311462702533051100
Binary1111101100110111100100110011010111010101110110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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