#849AFE

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

Shades of Portage #849AFE

Tints of Portage #849AFE

Color information

#849AFE (or 0x849AFE) is unknown color: approx Portage. HEX triplet: 84, 9A and FE. RGB value is (132,154,254). Sum of RGB (Red+Green+Blue) = 132+154+254=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #849AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AFE is #7B6501. Grayscale: #9E9E9E. Windows color (decimal): -8086786 or 16685700. OLE color: 16685700.

HSL color Cylindrical-coordinate representation of color #849AFE: hue angle of 229.18º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849AFE is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132154254-
CMYK0.480.3900.00
HSL229.18º98.39%75.69%-
HSV(B)229.18º48.03%99.61%-
XYZ38.9635.1798.5-
YUV158.82181.71108.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.44%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=24.44%
G=28.52%
B=47.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321542540.480.3900.00229.1898.3975.69
Hex849AFE302700e5624c
Octal204232376604700345142114
Binary100001001001101011111110110000100111001110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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