Html Css Color HEX #799EC6 Polo Blue

📋 copy color: '#799EC6'

red 121 ◦ green 158 ◦ blue 198

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

Shades of Polo Blue #799EC6

Tints of Polo Blue #799EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 25.37%
G = 33.12%
B = 41.51%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#799EC6 (or 0x799EC6) is known color: Polo Blue. HEX triplet: 79, 9E and C6. RGB value is (121,158,198). Sum of RGB (Red+Green+Blue) = 121+158+198=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #799EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EC6 is #866139. Grayscale: #979797. Windows color (decimal): -8806714 or 13016697. OLE color: 13016697.

HSL color Cylindrical-coordinate representation of color #799EC6: hue angle of 211.17º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #799EC6 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 158 198 -
CMYK 0.39 0.20 0 0.22
HSL 211.17º 0.4% 0.63% -
HSV(B) 211.17º 0.39% 0.78% -
XYZ 30.31 32.6 58.12 -
YUV 151.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 121 158 198 0.39 0.20 0 0.22 211.17 0.4 0.63
Hex 79 9E C6 27 14 0 16 D3 28 3F
Octal 171 236 306 47 24 0 26 323 50 77
Binary 1111001 10011110 11000110 100111 10100 0 10110 11010011 101000 111111

Color Harmonies of #799EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EC6

Black with #799EC6

Text Example


Text Example

White with #799EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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