#849EFB

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

Shades of Portage #849EFB

Tints of Portage #849EFB

Color information

#849EFB (or 0x849EFB) is unknown color: approx Portage. HEX triplet: 84, 9E and FB. RGB value is (132,158,251). Sum of RGB (Red+Green+Blue) = 132+158+251=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #849EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFB is #7B6104. Grayscale: #A0A0A0. Windows color (decimal): -8085765 or 16490116. OLE color: 16490116.

HSL color Cylindrical-coordinate representation of color #849EFB: hue angle of 226.89º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #849EFB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132158251-
CMYK0.470.3700.02
HSL226.89º93.7%75.1%-
HSV(B)226.89º47.41%98.43%-
XYZ39.1636.3296.21-
YUV160.83178.89107.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=24.40%
G=29.21%
B=46.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321582510.470.3700.02226.8993.775.1
Hex849EFB2F2502e35e4b
Octal204236373574502343136113
Binary1000010010011110111110111011111001010101110001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,251); }

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

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

 a { background-color: rgb(132,158,251); }

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

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

 span { border-color: rgb(132,158,251); }

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