#848EDD

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

Shades of Portage #848EDD

Tints of Portage #848EDD

Color information

#848EDD (or 0x848EDD) is unknown color: approx Portage. HEX triplet: 84, 8E and DD. RGB value is (132,142,221). Sum of RGB (Red+Green+Blue) = 132+142+221=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #848EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EDD is #7B7122. Grayscale: #939393. Windows color (decimal): -8089891 or 14519940. OLE color: 14519940.

HSL color Cylindrical-coordinate representation of color #848EDD: hue angle of 233.26º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848EDD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132142221-
CMYK0.400.3600.13
HSL233.26º56.69%69.22%-
HSV(B)233.26º40.27%86.67%-
XYZ32.2429.4772.4-
YUV148.02169.19116.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=26.67%
G=28.69%
B=44.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321422210.400.3600.13233.2656.6969.22
Hex848EDD28240De93945
Octal204216335504401535171105
Binary10000100100011101101110110100010010001101111010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848EDD; }

 p { color: rgb(132,142,221); }

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

<style>
 a { background-color: #848EDD; }

 a { background-color: rgb(132,142,221); }

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

<style>
 span { border-color: #848EDD; }

 span { border-color: rgb(132,142,221); }

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