#849BF0

Color #849BF0 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #849BF0

Tints of Portage #849BF0

Color information

#849BF0 (or 0x849BF0) is unknown color: approx Portage. HEX triplet: 84, 9B and F0. RGB value is (132,155,240). Sum of RGB (Red+Green+Blue) = 132+155+240=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #849BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849BF0 is #7B640F. Grayscale: #9D9D9D. Windows color (decimal): -8086544 or 15768452. OLE color: 15768452.

HSL color Cylindrical-coordinate representation of color #849BF0: hue angle of 227.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849BF0 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132155240-
CMYK0.450.3500.06
HSL227.22º78.26%72.94%-
HSV(B)227.22º45%94.12%-
XYZ36.9734.6487.18-
YUV157.81174.38109.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=25.05%
G=29.41%
B=45.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321552400.450.3500.06227.2278.2672.94
Hex849BF02D2306e34e49
Octal204233360554306343116111
Binary10000100100110111111000010110110001101101110001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849BF0; }

 p { color: rgb(132,155,240); }

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

<style>
 a { background-color: #849BF0; }

 a { background-color: rgb(132,155,240); }

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

<style>
 span { border-color: #849BF0; }

 span { border-color: rgb(132,155,240); }

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