#7D9AC4

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

Shades of Polo Blue #7D9AC4

Tints of Polo Blue #7D9AC4

Color information

#7D9AC4 (or 0x7D9AC4) is unknown color: approx Polo Blue. HEX triplet: 7D, 9A and C4. RGB value is (125,154,196). Sum of RGB (Red+Green+Blue) = 125+154+196=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D9AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9AC4 is #82653B. Grayscale: #959595. Windows color (decimal): -8545596 or 12884605. OLE color: 12884605.

HSL color Cylindrical-coordinate representation of color #7D9AC4: hue angle of 215.49º 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 #7D9AC4 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB125154196-
CMYK0.360.2100.23
HSL215.49º37.57%62.94%-
HSV(B)215.49º36.22%76.86%-
XYZ29.9831.4656.72-
YUV150.12153.89110.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=26.32%
G=32.42%
B=41.26%

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
Decimal1251541960.360.2100.23215.4937.5762.94
Hex7D9AC42415017d7263f
Octal17523230444250273274677
Binary111110110011010110001001001001010101011111010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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