#799DCD

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

Shades of Polo Blue #799DCD

Tints of Polo Blue #799DCD

Color information

#799DCD (or 0x799DCD) is unknown color: approx Polo Blue. HEX triplet: 79, 9D and CD. RGB value is (121,157,205). Sum of RGB (Red+Green+Blue) = 121+157+205=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #799DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DCD is #866232. Grayscale: #979797. Windows color (decimal): -8806963 or 13475193. OLE color: 13475193.

HSL color Cylindrical-coordinate representation of color #799DCD: hue angle of 214.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799DCD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121157205-
CMYK0.410.2300.20
HSL214.29º45.65%63.92%-
HSV(B)214.29º40.98%80.39%-
XYZ30.9632.5962.42-
YUV151.71158.07106.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=25.05%
G=32.51%
B=42.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211572050.410.2300.20214.2945.6563.92
Hex799DCD2917014d62e40
Octal171235315512702432656100
Binary1111001100111011100110110100110111010100110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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