#849EEB

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

Shades of Portage #849EEB

Tints of Portage #849EEB

Color information

#849EEB (or 0x849EEB) is unknown color: approx Portage. HEX triplet: 84, 9E and EB. RGB value is (132,158,235). Sum of RGB (Red+Green+Blue) = 132+158+235=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #849EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEB is #7B6114. Grayscale: #9E9E9E. Windows color (decimal): -8085781 or 15441540. OLE color: 15441540.

HSL color Cylindrical-coordinate representation of color #849EEB: hue angle of 224.85º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849EEB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132158235-
CMYK0.440.3300.08
HSL224.85º72.03%71.96%-
HSV(B)224.85º43.83%92.16%-
XYZ36.7435.3683.49-
YUV159170.89108.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=25.14%
G=30.10%
B=44.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321582350.440.3300.08224.8572.0371.96
Hex849EEB2C2108e14848
Octal2042363535441010341110110
Binary100001001001111011101011101100100001010001110000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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