#799DC4

Color #799DC4 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #799DC4

Tints of Polo Blue #799DC4

Color information

#799DC4 (or 0x799DC4) is unknown color: approx Polo Blue. HEX triplet: 79, 9D and C4. RGB value is (121,157,196). Sum of RGB (Red+Green+Blue) = 121+157+196=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #799DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DC4 is #86623B. Grayscale: #969696. Windows color (decimal): -8806972 or 12885369. OLE color: 12885369.

HSL color Cylindrical-coordinate representation of color #799DC4: hue angle of 211.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799DC4 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB121157196-
CMYK0.380.2000.23
HSL211.2º38.86%62.16%-
HSV(B)211.2º38.27%76.86%-
XYZ29.9132.1656.86-
YUV150.68153.57106.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=25.53%
G=33.12%
B=41.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211571960.380.2000.23211.238.8662.16
Hex799DC42614017d3273e
Octal17123530446240273234776
Binary111100110011101110001001001101010001011111010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,196); }

 H1.HeaderClassName
 {
   color: #799DC4;
 }
 .AnyTagClassName
 {
   color: #799DC4;
 }
</style>
background-color css

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

 a { background-color: rgb(121,157,196); }

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

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

 span { border-color: rgb(121,157,196); }

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