#849AF0

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

Shades of Portage #849AF0

Tints of Portage #849AF0

Color information

#849AF0 (or 0x849AF0) is unknown color: approx Portage. HEX triplet: 84, 9A and F0. RGB value is (132,154,240). Sum of RGB (Red+Green+Blue) = 132+154+240=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #849AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AF0 is #7B650F. Grayscale: #9C9C9C. Windows color (decimal): -8086800 or 15768196. OLE color: 15768196.

HSL color Cylindrical-coordinate representation of color #849AF0: hue angle of 227.78º 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 #849AF0 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132154240-
CMYK0.450.3600.06
HSL227.78º78.26%72.94%-
HSV(B)227.78º45%94.12%-
XYZ36.834.3187.12-
YUV157.23174.71110.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 240 (94.14% from 255) = 45.63%
R=25.10%
G=29.28%
B=45.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321542400.450.3600.06227.7878.2672.94
Hex849AF02D2406e44e49
Octal204232360554406344116111
Binary10000100100110101111000010110110010001101110010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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