Html Css Color HEX #799EC2 Polo Blue

📋 copy color: '#799EC2'

red 121 ◦ green 158 ◦ blue 194

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

Shades of Polo Blue #799EC2

Tints of Polo Blue #799EC2

RGB

 RED value IS 121 (47.66% from 255) = 25.58%

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 25.58%
G = 33.4%
B = 41.01%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#799EC2 (or 0x799EC2) is known color: Polo Blue. HEX triplet: 79, 9E and C2. RGB value is (121,158,194). Sum of RGB (Red+Green+Blue) = 121+158+194=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #799EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EC2 is #86613D. Grayscale: #969696. Windows color (decimal): -8806718 or 12754553. OLE color: 12754553.

HSL color Cylindrical-coordinate representation of color #799EC2: hue angle of 209.59º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799EC2 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 158 194 -
CMYK 0.38 0.19 0 0.24
HSL 209.59º 0.37% 0.62% -
HSV(B) 209.59º 0.38% 0.76% -
XYZ 29.85 32.41 55.72 -
YUV 151.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 121 158 194 0.38 0.19 0 0.24 209.59 0.37 0.62
Hex 79 9E C2 26 13 0 18 D2 25 3E
Octal 171 236 302 46 23 0 30 322 45 76
Binary 1111001 10011110 11000010 100110 10011 0 11000 11010010 100101 111110

Color Harmonies of #799EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EC2

Black with #799EC2

Text Example


Text Example

White with #799EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799EC2; }

 p { color: rgb(121,158,194); }

 H1.HeaderClassName
 {
   color: #799EC2;
 }
 .AnyTagClassName
 {
   color: #799EC2;
 }
</style>

background-color css

<style>
 a { background-color: #799EC2; }

 a { background-color: rgb(121,158,194); }

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

border-color css

<style>
 span { border-color: #799EC2; }

 span { border-color: rgb(121,158,194); }

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