Html Css Color HEX #7A97CE Polo Blue

📋 copy color: '#7A97CE'

red 122 ◦ green 151 ◦ blue 206

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

Shades of Polo Blue #7A97CE

Tints of Polo Blue #7A97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 25.47%
G = 31.52%
B = 43.01%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A97CE (or 0x7A97CE) is known color: Polo Blue. HEX triplet: 7A, 97 and CE. RGB value is (122,151,206). Sum of RGB (Red+Green+Blue) = 122+151+206=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97CE is #856831. Grayscale: #949494. Windows color (decimal): -8742962 or 13539194. OLE color: 13539194.

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

Color convert

RGB 122 151 206 -
CMYK 0.41 0.27 0 0.19
HSL 219.29º 0.46% 0.64% -
HSV(B) 219.29º 0.41% 0.81% -
XYZ 30.23 30.73 62.73 -
YUV 148.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 122 151 206 0.41 0.27 0 0.19 219.29 0.46 0.64
Hex 7A 97 CE 29 1B 0 13 DB 2E 40
Octal 172 227 316 51 33 0 23 333 56 100
Binary 1111010 10010111 11001110 101001 11011 0 10011 11011011 101110 1000000

Color Harmonies of #7A97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A97CE

Black with #7A97CE

Text Example


Text Example

White with #7A97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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