Html Css Color HEX #7A9BBF Polo Blue

📋 copy color: '#7A9BBF'

red 122 ◦ green 155 ◦ blue 191

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

Shades of Polo Blue #7A9BBF

Tints of Polo Blue #7A9BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 26.07%
G = 33.12%
B = 40.81%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A9BBF (or 0x7A9BBF) is known color: Polo Blue. HEX triplet: 7A, 9B and BF. RGB value is (122,155,191). Sum of RGB (Red+Green+Blue) = 122+155+191=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A9BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BBF is #856440. Grayscale: #959595. Windows color (decimal): -8741953 or 12557178. OLE color: 12557178.

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

Color convert

RGB 122 155 191 -
CMYK 0.36 0.19 0 0.25
HSL 211.3º 0.35% 0.61% -
HSV(B) 211.3º 0.36% 0.75% -
XYZ 29.15 31.34 53.8 -
YUV 149.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 122 155 191 0.36 0.19 0 0.25 211.3 0.35 0.61
Hex 7A 9B BF 24 13 0 19 D3 23 3D
Octal 172 233 277 44 23 0 31 323 43 75
Binary 1111010 10011011 10111111 100100 10011 0 11001 11010011 100011 111101

Color Harmonies of #7A9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9BBF

Black with #7A9BBF

Text Example


Text Example

White with #7A9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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