#799ACD

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

Shades of Polo Blue #799ACD

Tints of Polo Blue #799ACD

Color information

#799ACD (or 0x799ACD) is unknown color: approx Polo Blue. HEX triplet: 79, 9A and CD. RGB value is (121,154,205). Sum of RGB (Red+Green+Blue) = 121+154+205=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #799ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ACD is #866532. Grayscale: #959595. Windows color (decimal): -8807731 or 13474425. OLE color: 13474425.

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

Color convert

RGB121154205-
CMYK0.410.2500.20
HSL216.43º45.65%63.92%-
HSV(B)216.43º40.98%80.39%-
XYZ30.4631.5862.25-
YUV149.95159.07107.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=25.21%
G=32.08%
B=42.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211542050.410.2500.20216.4345.6563.92
Hex799ACD2919014d82e40
Octal171232315513102433056100
Binary1111001100110101100110110100111001010100110110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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