Html Css Color HEX #7A9EBF Polo Blue

📋 copy color: '#7A9EBF'

red 122 ◦ green 158 ◦ blue 191

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

Shades of Polo Blue #7A9EBF

Tints of Polo Blue #7A9EBF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.55%

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

R = 25.9%
G = 33.55%
B = 40.55%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A9EBF (or 0x7A9EBF) is known color: Polo Blue. HEX triplet: 7A, 9E and BF. RGB value is (122,158,191). Sum of RGB (Red+Green+Blue) = 122+158+191=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A9EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9EBF is #856140. Grayscale: #969696. Windows color (decimal): -8741185 or 12557946. OLE color: 12557946.

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

Color convert

RGB 122 158 191 -
CMYK 0.36 0.17 0 0.25
HSL 208.7º 0.35% 0.61% -
HSV(B) 208.7º 0.36% 0.75% -
XYZ 29.66 32.35 53.97 -
YUV 151 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 122 158 191 0.36 0.17 0 0.25 208.7 0.35 0.61
Hex 7A 9E BF 24 11 0 19 D1 23 3D
Octal 172 236 277 44 21 0 31 321 43 75
Binary 1111010 10011110 10111111 100100 10001 0 11001 11010001 100011 111101

Color Harmonies of #7A9EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9EBF

Black with #7A9EBF

Text Example


Text Example

White with #7A9EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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