#848ACA

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

Shades of Portage #848ACA

Tints of Portage #848ACA

Color information

#848ACA (or 0x848ACA) is unknown color: approx Portage. HEX triplet: 84, 8A and CA. RGB value is (132,138,202). Sum of RGB (Red+Green+Blue) = 132+138+202=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #848ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ACA is #7B7535. Grayscale: #8F8F8F. Windows color (decimal): -8090934 or 13273732. OLE color: 13273732.

HSL color Cylindrical-coordinate representation of color #848ACA: hue angle of 234.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848ACA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132138202-
CMYK0.350.3200.21
HSL234.86º39.77%65.49%-
HSV(B)234.86º34.65%79.22%-
XYZ29.2627.3559.61-
YUV143.5161.01119.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=27.97%
G=29.24%
B=42.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321382020.350.3200.21234.8639.7765.49
Hex848ACA2320015eb2841
Octal204212312434002535350101
Binary100001001000101011001010100011100000010101111010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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