#7A9EBE

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

Shades of Polo Blue #7A9EBE

Tints of Polo Blue #7A9EBE

Color information

#7A9EBE (or 0x7A9EBE) is unknown color: approx Polo Blue. HEX triplet: 7A, 9E and BE. RGB value is (122,158,190). Sum of RGB (Red+Green+Blue) = 122+158+190=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A9EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9EBE is #856141. Grayscale: #969696. Windows color (decimal): -8741186 or 12492410. OLE color: 12492410.

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

Color convert

RGB122158190-
CMYK0.360.1700.25
HSL208.24º34.34%61.18%-
HSV(B)208.24º35.79%74.51%-
XYZ29.5532.3153.39-
YUV150.88150.07107.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=25.96%
G=33.62%
B=40.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221581900.360.1700.25208.2434.3461.18
Hex7A9EBE2411019d0223d
Octal17223627644210313204275
Binary111101010011110101111101001001000101100111010000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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