#848CD9

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

Shades of Portage #848CD9

Tints of Portage #848CD9

Color information

#848CD9 (or 0x848CD9) is unknown color: approx Portage. HEX triplet: 84, 8C and D9. RGB value is (132,140,217). Sum of RGB (Red+Green+Blue) = 132+140+217=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #848CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CD9 is #7B7326. Grayscale: #929292. Windows color (decimal): -8090407 or 14257284. OLE color: 14257284.

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

Color convert

RGB132140217-
CMYK0.390.3500.15
HSL234.35º52.8%68.43%-
HSV(B)234.35º39.17%85.1%-
XYZ31.4228.6769.52-
YUV146.39167.85117.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 217 (85.16% from 255) = 44.38%
R=26.99%
G=28.63%
B=44.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321402170.390.3500.15234.3552.868.43
Hex848CD927230Fea3544
Octal204214331474301735265104
Binary10000100100011001101100110011110001101111111010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,140,217); }

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

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

 a { background-color: rgb(132,140,217); }

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

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

 span { border-color: rgb(132,140,217); }

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