#848BD0

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

Shades of Portage #848BD0

Tints of Portage #848BD0

Color information

#848BD0 (or 0x848BD0) is unknown color: approx Portage. HEX triplet: 84, 8B and D0. RGB value is (132,139,208). Sum of RGB (Red+Green+Blue) = 132+139+208=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #848BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BD0 is #7B742F. Grayscale: #909090. Windows color (decimal): -8090672 or 13667204. OLE color: 13667204.

HSL color Cylindrical-coordinate representation of color #848BD0: hue angle of 234.47º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848BD0 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132139208-
CMYK0.370.3300.18
HSL234.47º44.71%66.67%-
HSV(B)234.47º36.54%81.57%-
XYZ30.1327.9263.48-
YUV144.77163.68118.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=27.56%
G=29.02%
B=43.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321392080.370.3300.18234.4744.7166.67
Hex848BD02521012ea2d43
Octal204213320454102235255103
Binary100001001000101111010000100101100001010010111010101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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