Html Css Color HEX #7A9ECE Polo Blue

📋 copy color: '#7A9ECE'

red 122 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #7A9ECE

Tints of Polo Blue #7A9ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 25.1%
G = 32.51%
B = 42.39%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A9ECE (or 0x7A9ECE) is known color: Polo Blue. HEX triplet: 7A, 9E and CE. RGB value is (122,158,206). Sum of RGB (Red+Green+Blue) = 122+158+206=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9ECE is #856131. Grayscale: #989898. Windows color (decimal): -8741170 or 13540986. OLE color: 13540986.

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

Color convert

RGB 122 158 206 -
CMYK 0.41 0.23 0 0.19
HSL 214.29º 0.46% 0.64% -
HSV(B) 214.29º 0.41% 0.81% -
XYZ 31.39 33.05 63.12 -
YUV 152.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 122 158 206 0.41 0.23 0 0.19 214.29 0.46 0.64
Hex 7A 9E CE 29 17 0 13 D6 2E 40
Octal 172 236 316 51 27 0 23 326 56 100
Binary 1111010 10011110 11001110 101001 10111 0 10011 11010110 101110 1000000

Color Harmonies of #7A9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9ECE

Black with #7A9ECE

Text Example


Text Example

White with #7A9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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