#848CC9

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

Shades of Portage #848CC9

Tints of Portage #848CC9

Color information

#848CC9 (or 0x848CC9) is unknown color: approx Portage. HEX triplet: 84, 8C and C9. RGB value is (132,140,201). Sum of RGB (Red+Green+Blue) = 132+140+201=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #848CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CC9 is #7B7336. Grayscale: #909090. Windows color (decimal): -8090423 or 13208708. OLE color: 13208708.

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

Color convert

RGB132140201-
CMYK0.340.3000.21
HSL233.04º38.98%65.29%-
HSV(B)233.04º34.33%78.82%-
XYZ29.4427.8859.09-
YUV144.56159.85119.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=27.91%
G=29.60%
B=42.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321402010.340.3000.21233.0438.9865.29
Hex848CC9221E015e92741
Octal204214311423602535147101
Binary10000100100011001100100110001011110010101111010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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