#848BDA

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

Shades of Portage #848BDA

Tints of Portage #848BDA

Color information

#848BDA (or 0x848BDA) is unknown color: approx Portage. HEX triplet: 84, 8B and DA. RGB value is (132,139,218). Sum of RGB (Red+Green+Blue) = 132+139+218=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #848BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BDA is #7B7425. Grayscale: #919191. Windows color (decimal): -8090662 or 14322564. OLE color: 14322564.

HSL color Cylindrical-coordinate representation of color #848BDA: hue angle of 235.12º 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 #848BDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132139218-
CMYK0.390.3600.15
HSL235.12º53.75%68.63%-
HSV(B)235.12º39.45%85.49%-
XYZ31.428.4370.16-
YUV145.91168.68118.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=26.99%
G=28.43%
B=44.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321392180.390.3600.15235.1253.7568.63
Hex848BDA27240Feb3645
Octal204213332474401735366105
Binary10000100100010111101101010011110010001111111010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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