#799BC3

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

Shades of Polo Blue #799BC3

Tints of Polo Blue #799BC3

Color information

#799BC3 (or 0x799BC3) is unknown color: approx Polo Blue. HEX triplet: 79, 9B and C3. RGB value is (121,155,195). Sum of RGB (Red+Green+Blue) = 121+155+195=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #799BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BC3 is #86643C. Grayscale: #959595. Windows color (decimal): -8807485 or 12819321. OLE color: 12819321.

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

Color convert

RGB121155195-
CMYK0.380.2100.24
HSL212.43º38.14%61.96%-
HSV(B)212.43º37.95%76.47%-
XYZ29.4631.4556.15-
YUV149.39153.74107.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=25.69%
G=32.91%
B=41.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211551950.380.2100.24212.4338.1461.96
Hex799BC32615018d4263e
Octal17123330346250303244676
Binary111100110011011110000111001101010101100011010100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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