#849DE6

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

Shades of Portage #849DE6

Tints of Portage #849DE6

Color information

#849DE6 (or 0x849DE6) is unknown color: approx Portage. HEX triplet: 84, 9D and E6. RGB value is (132,157,230). Sum of RGB (Red+Green+Blue) = 132+157+230=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #849DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DE6 is #7B6219. Grayscale: #9D9D9D. Windows color (decimal): -8086042 or 15113604. OLE color: 15113604.

HSL color Cylindrical-coordinate representation of color #849DE6: hue angle of 224.69º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #849DE6 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132157230-
CMYK0.430.3200.10
HSL224.69º66.22%70.98%-
HSV(B)224.69º42.61%90.2%-
XYZ35.8634.7379.68-
YUV157.85168.72109.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 230 (90.23% from 255) = 44.32%
R=25.43%
G=30.25%
B=44.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321572300.430.3200.10224.6966.2270.98
Hex849DE62B200Ae14247
Octal2042353465340012341102107
Binary100001001001110111100110101011100000010101110000110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,230); }

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

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

 a { background-color: rgb(132,157,230); }

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

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

 span { border-color: rgb(132,157,230); }

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