Html Css Color HEX #7A9CBF Polo Blue

📋 copy color: '#7A9CBF'

red 122 ◦ green 156 ◦ blue 191

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

Shades of Polo Blue #7A9CBF

Tints of Polo Blue #7A9CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 26.01%
G = 33.26%
B = 40.72%

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

#7A9CBF (or 0x7A9CBF) is known color: Polo Blue. HEX triplet: 7A, 9C and BF. RGB value is (122,156,191). Sum of RGB (Red+Green+Blue) = 122+156+191=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A9CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CBF is #856340. Grayscale: #959595. Windows color (decimal): -8741697 or 12557434. OLE color: 12557434.

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

Color convert

RGB 122 156 191 -
CMYK 0.36 0.18 0 0.25
HSL 210.43º 0.35% 0.61% -
HSV(B) 210.43º 0.36% 0.75% -
XYZ 29.32 31.68 53.86 -
YUV 149.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 122 156 191 0.36 0.18 0 0.25 210.43 0.35 0.61
Hex 7A 9C BF 24 12 0 19 D2 23 3D
Octal 172 234 277 44 22 0 31 322 43 75
Binary 1111010 10011100 10111111 100100 10010 0 11001 11010010 100011 111101

Color Harmonies of #7A9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9CBF

Black with #7A9CBF

Text Example


Text Example

White with #7A9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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