#848DEA

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

Shades of Portage #848DEA

Tints of Portage #848DEA

Color information

#848DEA (or 0x848DEA) is unknown color: approx Portage. HEX triplet: 84, 8D and EA. RGB value is (132,141,234). Sum of RGB (Red+Green+Blue) = 132+141+234=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #848DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DEA is #7B7215. Grayscale: #949494. Windows color (decimal): -8090134 or 15371652. OLE color: 15371652.

HSL color Cylindrical-coordinate representation of color #848DEA: hue angle of 234.71º degrees, saturation: 0.71, 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 #848DEA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132141234-
CMYK0.440.4000.08
HSL234.71º70.83%71.76%-
HSV(B)234.71º43.59%91.76%-
XYZ33.8929.981.83-
YUV148.91176.02115.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=26.04%
G=27.81%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321412340.440.4000.08234.7170.8371.76
Hex848DEA2C2808eb4748
Octal2042153525450010353107110
Binary100001001000110111101010101100101000010001110101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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