#7D9BC4

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

Shades of Polo Blue #7D9BC4

Tints of Polo Blue #7D9BC4

Color information

#7D9BC4 (or 0x7D9BC4) is unknown color: approx Polo Blue. HEX triplet: 7D, 9B and C4. RGB value is (125,155,196). Sum of RGB (Red+Green+Blue) = 125+155+196=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D9BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BC4 is #82643B. Grayscale: #969696. Windows color (decimal): -8545340 or 12884861. OLE color: 12884861.

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

Color convert

RGB125155196-
CMYK0.360.2100.23
HSL214.65º37.57%62.94%-
HSV(B)214.65º36.22%76.86%-
XYZ30.1431.7956.77-
YUV150.7153.56109.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=26.26%
G=32.56%
B=41.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251551960.360.2100.23214.6537.5762.94
Hex7D9BC42415017d7263f
Octal17523330444250273274677
Binary111110110011011110001001001001010101011111010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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