Html Css Color HEX #7A9BBE Polo Blue

📋 copy color: '#7A9BBE'

red 122 ◦ green 155 ◦ blue 190

#7A9BBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #7A9BBE

Tints of Polo Blue #7A9BBE

RGB

 RED value IS 122 (48.05% from 255) = 26.12%

 GREEN value IS 155 (60.94% from 255) = 33.19%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 26.12%
G = 33.19%
B = 40.69%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A9BBE (or 0x7A9BBE) is known color: Polo Blue. HEX triplet: 7A, 9B and BE. RGB value is (122,155,190). Sum of RGB (Red+Green+Blue) = 122+155+190=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A9BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BBE is #856441. Grayscale: #949494. Windows color (decimal): -8741954 or 12491642. OLE color: 12491642.

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

Color convert

RGB 122 155 190 -
CMYK 0.36 0.18 0 0.25
HSL 210.88º 0.34% 0.61% -
HSV(B) 210.88º 0.36% 0.75% -
XYZ 29.04 31.3 53.23 -
YUV 149.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 122 155 190 0.36 0.18 0 0.25 210.88 0.34 0.61
Hex 7A 9B BE 24 12 0 19 D3 22 3D
Octal 172 233 276 44 22 0 31 323 42 75
Binary 1111010 10011011 10111110 100100 10010 0 11001 11010011 100010 111101

Color Harmonies of #7A9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9BBE

Black with #7A9BBE

Text Example


Text Example

White with #7A9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A9BBE;
 }
 .AnyTagClassName
 {
   color: #7A9BBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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