Html Css Color HEX #7A9FCA Polo Blue

📋 copy color: '#7A9FCA'

red 122 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #7A9FCA

Tints of Polo Blue #7A9FCA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 25.26%
G = 32.92%
B = 41.82%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A9FCA (or 0x7A9FCA) is known color: Polo Blue. HEX triplet: 7A, 9F and CA. RGB value is (122,159,202). Sum of RGB (Red+Green+Blue) = 122+159+202=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A9FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FCA is #856035. Grayscale: #989898. Windows color (decimal): -8740918 or 13279098. OLE color: 13279098.

HSL color Cylindrical-coordinate representation of color #7A9FCA: hue angle of 212.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A9FCA is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 159 202 -
CMYK 0.40 0.21 0 0.21
HSL 212.25º 0.43% 0.64% -
HSV(B) 212.25º 0.4% 0.79% -
XYZ 31.08 33.2 60.65 -
YUV 152.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 122 159 202 0.40 0.21 0 0.21 212.25 0.43 0.64
Hex 7A 9F CA 28 15 0 15 D4 2B 40
Octal 172 237 312 50 25 0 25 324 53 100
Binary 1111010 10011111 11001010 101000 10101 0 10101 11010100 101011 1000000

Color Harmonies of #7A9FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FCA

Black with #7A9FCA

Text Example


Text Example

White with #7A9FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,159,202); }

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

background-color css

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

 a { background-color: rgb(122,159,202); }

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

border-color css

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

 span { border-color: rgb(122,159,202); }

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