Html Css Color HEX #7A9BCE Polo Blue

📋 copy color: '#7A9BCE'

red 122 ◦ green 155 ◦ blue 206

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

Shades of Polo Blue #7A9BCE

Tints of Polo Blue #7A9BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 25.26%
G = 32.09%
B = 42.65%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A9BCE (or 0x7A9BCE) is known color: Polo Blue. HEX triplet: 7A, 9B and CE. RGB value is (122,155,206). Sum of RGB (Red+Green+Blue) = 122+155+206=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BCE is #856431. Grayscale: #969696. Windows color (decimal): -8741938 or 13540218. OLE color: 13540218.

HSL color Cylindrical-coordinate representation of color #7A9BCE: hue angle of 216.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9BCE is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 155 206 -
CMYK 0.41 0.25 0 0.19
HSL 216.43º 0.46% 0.64% -
HSV(B) 216.43º 0.41% 0.81% -
XYZ 30.89 32.04 62.95 -
YUV 150.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 122 155 206 0.41 0.25 0 0.19 216.43 0.46 0.64
Hex 7A 9B CE 29 19 0 13 D8 2E 40
Octal 172 233 316 51 31 0 23 330 56 100
Binary 1111010 10011011 11001110 101001 11001 0 10011 11011000 101110 1000000

Color Harmonies of #7A9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9BCE

Black with #7A9BCE

Text Example


Text Example

White with #7A9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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