#7A9CBD

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

Shades of Polo Blue #7A9CBD

Tints of Polo Blue #7A9CBD

Color information

#7A9CBD (or 0x7A9CBD) is unknown color: approx Polo Blue. HEX triplet: 7A, 9C and BD. RGB value is (122,156,189). Sum of RGB (Red+Green+Blue) = 122+156+189=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A9CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CBD is #856342. Grayscale: #959595. Windows color (decimal): -8741699 or 12426362. OLE color: 12426362.

HSL color Cylindrical-coordinate representation of color #7A9CBD: hue angle of 209.55º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A9CBD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122156189-
CMYK0.350.1700.26
HSL209.55º33.67%60.98%-
HSV(B)209.55º35.45%74.12%-
XYZ29.131.5952.71-
YUV149.6150.24108.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=26.12%
G=33.40%
B=40.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221561890.350.1700.26209.5533.6760.98
Hex7A9CBD231101Ad2223d
Octal17223427543210323224275
Binary111101010011100101111011000111000101101011010010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,189); }

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

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

 a { background-color: rgb(122,156,189); }

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

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

 span { border-color: rgb(122,156,189); }

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