Html Css Color HEX #7A9BCC Polo Blue

📋 copy color: '#7A9BCC'

red 122 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #7A9BCC

Tints of Polo Blue #7A9BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 25.36%
G = 32.22%
B = 42.41%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A9BCC (or 0x7A9BCC) is known color: Polo Blue. HEX triplet: 7A, 9B and CC. RGB value is (122,155,204). Sum of RGB (Red+Green+Blue) = 122+155+204=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A9BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BCC is #856433. Grayscale: #969696. Windows color (decimal): -8741940 or 13409146. OLE color: 13409146.

HSL color Cylindrical-coordinate representation of color #7A9BCC: hue angle of 215.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A9BCC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 155 204 -
CMYK 0.40 0.24 0 0.2
HSL 215.85º 0.45% 0.64% -
HSV(B) 215.85º 0.4% 0.8% -
XYZ 30.65 31.94 61.68 -
YUV 150.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 122 155 204 0.40 0.24 0 0.2 215.85 0.45 0.64
Hex 7A 9B CC 28 18 0 14 D8 2D 40
Octal 172 233 314 50 30 0 24 330 55 100
Binary 1111010 10011011 11001100 101000 11000 0 10100 11011000 101101 1000000

Color Harmonies of #7A9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9BCC

Black with #7A9BCC

Text Example


Text Example

White with #7A9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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