Html Css Color HEX #7A9DCE Polo Blue

📋 copy color: '#7A9DCE'

red 122 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #7A9DCE

Tints of Polo Blue #7A9DCE

RGB

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

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

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

R = 25.15%
G = 32.37%
B = 42.47%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A9DCE (or 0x7A9DCE) is known color: Polo Blue. HEX triplet: 7A, 9D and CE. RGB value is (122,157,206). Sum of RGB (Red+Green+Blue) = 122+157+206=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9DCE is #856231. Grayscale: #979797. Windows color (decimal): -8741426 or 13540730. OLE color: 13540730.

HSL color Cylindrical-coordinate representation of color #7A9DCE: hue angle of 215º 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 #7A9DCE is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 157 206 -
CMYK 0.41 0.24 0 0.19
HSL 215º 0.46% 0.64% -
HSV(B) 215º 0.41% 0.81% -
XYZ 31.22 32.71 63.06 -
YUV 152.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 122 157 206 0.41 0.24 0 0.19 215 0.46 0.64
Hex 7A 9D CE 29 18 0 13 D7 2E 40
Octal 172 235 316 51 30 0 23 327 56 100
Binary 1111010 10011101 11001110 101001 11000 0 10011 11010111 101110 1000000

Color Harmonies of #7A9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9DCE

Black with #7A9DCE

Text Example


Text Example

White with #7A9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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