#799BCF

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

Shades of Polo Blue #799BCF

Tints of Polo Blue #799BCF

Color information

#799BCF (or 0x799BCF) is unknown color: approx Polo Blue. HEX triplet: 79, 9B and CF. RGB value is (121,155,207). Sum of RGB (Red+Green+Blue) = 121+155+207=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #799BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BCF is #866430. Grayscale: #969696. Windows color (decimal): -8807473 or 13605753. OLE color: 13605753.

HSL color Cylindrical-coordinate representation of color #799BCF: hue angle of 216.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799BCF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121155207-
CMYK0.420.2500.19
HSL216.28º47.25%64.31%-
HSV(B)216.28º41.55%81.18%-
XYZ30.8732.0163.58-
YUV150.76159.74106.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=25.05%
G=32.09%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211552070.420.2500.19216.2847.2564.31
Hex799BCF2A19013d82f40
Octal171233317523102333057100
Binary1111001100110111100111110101011001010011110110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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