#848AED

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

Shades of Portage #848AED

Tints of Portage #848AED

Color information

#848AED (or 0x848AED) is unknown color: approx Portage. HEX triplet: 84, 8A and ED. RGB value is (132,138,237). Sum of RGB (Red+Green+Blue) = 132+138+237=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #848AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848AED is #7B7512. Grayscale: #939393. Windows color (decimal): -8090899 or 15567492. OLE color: 15567492.

HSL color Cylindrical-coordinate representation of color #848AED: hue angle of 236.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848AED is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132138237-
CMYK0.440.4200.07
HSL236.57º74.47%72.35%-
HSV(B)236.57º44.3%92.94%-
XYZ33.8929.283.97-
YUV147.49178.51116.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.04%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=26.04%
G=27.22%
B=46.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321382370.440.4200.07236.5774.4772.35
Hex848AED2C2A07ed4a48
Octal204212355545207355112110
Binary10000100100010101110110110110010101001111110110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,138,237); }

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

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

 a { background-color: rgb(132,138,237); }

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

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

 span { border-color: rgb(132,138,237); }

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