#799CCB

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

Shades of Polo Blue #799CCB

Tints of Polo Blue #799CCB

Color information

#799CCB (or 0x799CCB) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and CB. RGB value is (121,156,203). Sum of RGB (Red+Green+Blue) = 121+156+203=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #799CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCB is #866334. Grayscale: #969696. Windows color (decimal): -8807221 or 13343865. OLE color: 13343865.

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

Color convert

RGB121156203-
CMYK0.400.2300.20
HSL214.39º44.09%63.53%-
HSV(B)214.39º40.39%79.61%-
XYZ30.5532.1561.1-
YUV150.89157.4106.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.21%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=25.21%
G=32.5%
B=42.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211562030.400.2300.20214.3944.0963.53
Hex799CCB2817014d62c40
Octal171234313502702432654100
Binary1111001100111001100101110100010111010100110101101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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