Html Css Color HEX #7A9CCB Polo Blue

📋 copy color: '#7A9CCB'

red 122 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #7A9CCB

Tints of Polo Blue #7A9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 25.36%
G = 32.43%
B = 42.2%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A9CCB (or 0x7A9CCB) is known color: Polo Blue. HEX triplet: 7A, 9C and CB. RGB value is (122,156,203). Sum of RGB (Red+Green+Blue) = 122+156+203=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CCB is #856334. Grayscale: #969696. Windows color (decimal): -8741685 or 13343866. OLE color: 13343866.

HSL color Cylindrical-coordinate representation of color #7A9CCB: hue angle of 214.81º degrees, saturation: 0.44, 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 #7A9CCB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 156 203 -
CMYK 0.40 0.23 0 0.20
HSL 214.81º 0.44% 0.64% -
HSV(B) 214.81º 0.4% 0.8% -
XYZ 30.69 32.23 61.1 -
YUV 151.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 122 156 203 0.40 0.23 0 0.20 214.81 0.44 0.64
Hex 7A 9C CB 28 17 0 14 D7 2C 40
Octal 172 234 313 50 27 0 24 327 54 100
Binary 1111010 10011100 11001011 101000 10111 0 10100 11010111 101100 1000000

Color Harmonies of #7A9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9CCB

Black with #7A9CCB

Text Example


Text Example

White with #7A9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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