#848DCB

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

Shades of Portage #848DCB

Tints of Portage #848DCB

Color information

#848DCB (or 0x848DCB) is unknown color: approx Portage. HEX triplet: 84, 8D and CB. RGB value is (132,141,203). Sum of RGB (Red+Green+Blue) = 132+141+203=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #848DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DCB is #7B7234. Grayscale: #919191. Windows color (decimal): -8090165 or 13340036. OLE color: 13340036.

HSL color Cylindrical-coordinate representation of color #848DCB: hue angle of 232.39º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848DCB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132141203-
CMYK0.350.3100.20
HSL232.39º40.57%65.69%-
HSV(B)232.39º34.98%79.61%-
XYZ29.8228.2760.38-
YUV145.38160.52118.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=27.73%
G=29.62%
B=42.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321412030.350.3100.20232.3940.5765.69
Hex848DCB231F014e82942
Octal204215313433702435051102
Binary10000100100011011100101110001111111010100111010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,203); }

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

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

 a { background-color: rgb(132,141,203); }

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

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

 span { border-color: rgb(132,141,203); }

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