#799BCD

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

Shades of Polo Blue #799BCD

Tints of Polo Blue #799BCD

Color information

#799BCD (or 0x799BCD) is unknown color: approx Polo Blue. HEX triplet: 79, 9B and CD. RGB value is (121,155,205). Sum of RGB (Red+Green+Blue) = 121+155+205=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #799BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BCD is #866432. Grayscale: #969696. Windows color (decimal): -8807475 or 13474681. OLE color: 13474681.

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

Color convert

RGB121155205-
CMYK0.410.2400.20
HSL215.71º45.65%63.92%-
HSV(B)215.71º40.98%80.39%-
XYZ30.6331.9262.3-
YUV150.53158.74106.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.16%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=25.16%
G=32.22%
B=42.62%

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
Decimal1211552050.410.2400.20215.7145.6563.92
Hex799BCD2918014d82e40
Octal171233315513002433056100
Binary1111001100110111100110110100111000010100110110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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