#848DD5

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

Shades of Portage #848DD5

Tints of Portage #848DD5

Color information

#848DD5 (or 0x848DD5) is unknown color: approx Portage. HEX triplet: 84, 8D and D5. RGB value is (132,141,213). Sum of RGB (Red+Green+Blue) = 132+141+213=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #848DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DD5 is #7B722A. Grayscale: #929292. Windows color (decimal): -8090155 or 13995396. OLE color: 13995396.

HSL color Cylindrical-coordinate representation of color #848DD5: hue angle of 233.33º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #848DD5 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132141213-
CMYK0.380.3400.16
HSL233.33º49.09%67.65%-
HSV(B)233.33º38.03%83.53%-
XYZ31.0528.7666.87-
YUV146.52165.52117.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=27.16%
G=29.01%
B=43.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321412130.380.3400.16233.3349.0967.65
Hex848DD52622010e93144
Octal204215325464202035161104
Binary100001001000110111010101100110100010010000111010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,213); }

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

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

 a { background-color: rgb(132,141,213); }

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

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

 span { border-color: rgb(132,141,213); }

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