#799BC1

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

Shades of Polo Blue #799BC1

Tints of Polo Blue #799BC1

Color information

#799BC1 (or 0x799BC1) is unknown color: approx Polo Blue. HEX triplet: 79, 9B and C1. RGB value is (121,155,193). Sum of RGB (Red+Green+Blue) = 121+155+193=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #799BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BC1 is #86643E. Grayscale: #949494. Windows color (decimal): -8807487 or 12688249. OLE color: 12688249.

HSL color Cylindrical-coordinate representation of color #799BC1: hue angle of 211.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799BC1 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121155193-
CMYK0.370.2000.24
HSL211.67º36.73%61.57%-
HSV(B)211.67º37.31%75.69%-
XYZ29.2331.3654.96-
YUV149.17152.74107.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=25.80%
G=33.05%
B=41.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211551930.370.2000.24211.6736.7361.57
Hex799BC12514018d4253e
Octal17123330145240303244576
Binary111100110011011110000011001011010001100011010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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