Html Css Color HEX #7AA3CE Polo Blue

📋 copy color: '#7AA3CE'

red 122 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #7AA3CE

Tints of Polo Blue #7AA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

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

R = 24.85%
G = 33.2%
B = 41.96%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AA3CE (or 0x7AA3CE) is known color: Polo Blue. HEX triplet: 7A, A3 and CE. RGB value is (122,163,206). Sum of RGB (Red+Green+Blue) = 122+163+206=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3CE is #855C31. Grayscale: #9B9B9B. Windows color (decimal): -8739890 or 13542266. OLE color: 13542266.

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

Color convert

RGB 122 163 206 -
CMYK 0.41 0.21 0 0.19
HSL 210.71º 0.46% 0.64% -
HSV(B) 210.71º 0.41% 0.81% -
XYZ 32.26 34.79 63.41 -
YUV 155.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 122 163 206 0.41 0.21 0 0.19 210.71 0.46 0.64
Hex 7A A3 CE 29 15 0 13 D3 2E 40
Octal 172 243 316 51 25 0 23 323 56 100
Binary 1111010 10100011 11001110 101001 10101 0 10011 11010011 101110 1000000

Color Harmonies of #7AA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA3CE

Black with #7AA3CE

Text Example


Text Example

White with #7AA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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