Html Css Color HEX #7A9DBE Polo Blue

📋 copy color: '#7A9DBE'

red 122 ◦ green 157 ◦ blue 190

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

Shades of Polo Blue #7A9DBE

Tints of Polo Blue #7A9DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.48%

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

R = 26.01%
G = 33.48%
B = 40.51%

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

#7A9DBE (or 0x7A9DBE) is known color: Polo Blue. HEX triplet: 7A, 9D and BE. RGB value is (122,157,190). Sum of RGB (Red+Green+Blue) = 122+157+190=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A9DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DBE is #856241. Grayscale: #969696. Windows color (decimal): -8741442 or 12492154. OLE color: 12492154.

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

Color convert

RGB 122 157 190 -
CMYK 0.36 0.17 0 0.25
HSL 209.12º 0.34% 0.61% -
HSV(B) 209.12º 0.36% 0.75% -
XYZ 29.38 31.97 53.34 -
YUV 150.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 122 157 190 0.36 0.17 0 0.25 209.12 0.34 0.61
Hex 7A 9D BE 24 11 0 19 D1 22 3D
Octal 172 235 276 44 21 0 31 321 42 75
Binary 1111010 10011101 10111110 100100 10001 0 11001 11010001 100010 111101

Color Harmonies of #7A9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9DBE

Black with #7A9DBE

Text Example


Text Example

White with #7A9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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