#848ADA

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

Shades of Portage #848ADA

Tints of Portage #848ADA

Color information

#848ADA (or 0x848ADA) is unknown color: approx Portage. HEX triplet: 84, 8A and DA. RGB value is (132,138,218). Sum of RGB (Red+Green+Blue) = 132+138+218=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #848ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ADA is #7B7525. Grayscale: #919191. Windows color (decimal): -8090918 or 14322308. OLE color: 14322308.

HSL color Cylindrical-coordinate representation of color #848ADA: hue angle of 235.81º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848ADA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132138218-
CMYK0.390.3700.15
HSL235.81º53.75%68.63%-
HSV(B)235.81º39.45%85.49%-
XYZ31.2628.1470.11-
YUV145.33169.01118.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=27.05%
G=28.28%
B=44.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321382180.390.3700.15235.8153.7568.63
Hex848ADA27250Fec3645
Octal204212332474501735466105
Binary10000100100010101101101010011110010101111111011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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