#7A9CBE

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

Shades of Polo Blue #7A9CBE

Tints of Polo Blue #7A9CBE

Color information

#7A9CBE (or 0x7A9CBE) is unknown color: approx Polo Blue. HEX triplet: 7A, 9C and BE. RGB value is (122,156,190). Sum of RGB (Red+Green+Blue) = 122+156+190=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CBE is #856341. Grayscale: #959595. Windows color (decimal): -8741698 or 12491898. OLE color: 12491898.

HSL color Cylindrical-coordinate representation of color #7A9CBE: hue angle of 210º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A9CBE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122156190-
CMYK0.360.1800.25
HSL210º34.34%61.18%-
HSV(B)210º35.79%74.51%-
XYZ29.2131.6353.28-
YUV149.71150.74108.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.07%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=26.07%
G=33.33%
B=40.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221561900.360.1800.2521034.3461.18
Hex7A9CBE2412019d2223d
Octal17223427644220313224275
Binary111101010011100101111101001001001001100111010010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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