#799CCD

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

Shades of Polo Blue #799CCD

Tints of Polo Blue #799CCD

Color information

#799CCD (or 0x799CCD) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and CD. RGB value is (121,156,205). Sum of RGB (Red+Green+Blue) = 121+156+205=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #799CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCD is #866332. Grayscale: #969696. Windows color (decimal): -8807219 or 13474937. OLE color: 13474937.

HSL color Cylindrical-coordinate representation of color #799CCD: hue angle of 215º 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 #799CCD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121156205-
CMYK0.410.2400.20
HSL215º45.65%63.92%-
HSV(B)215º40.98%80.39%-
XYZ30.7932.2562.36-
YUV151.12158.4106.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.10%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=25.10%
G=32.37%
B=42.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211562050.410.2400.2021545.6563.92
Hex799CCD2918014d72e40
Octal171234315513002432756100
Binary1111001100111001100110110100111000010100110101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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