#838DCB

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

Shades of Portage #838DCB

Tints of Portage #838DCB

Color information

#838DCB (or 0x838DCB) is unknown color: approx Portage. HEX triplet: 83, 8D and CB. RGB value is (131,141,203). Sum of RGB (Red+Green+Blue) = 131+141+203=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #838DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DCB is #7C7234. Grayscale: #909090. Windows color (decimal): -8155701 or 13340035. OLE color: 13340035.

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

Color convert

RGB131141203-
CMYK0.350.3100.20
HSL231.67º40.91%65.49%-
HSV(B)231.67º35.47%79.61%-
XYZ29.6628.1960.38-
YUV145.08160.69117.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=27.58%
G=29.68%
B=42.74%

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
Decimal1311412030.350.3100.20231.6740.9165.49
Hex838DCB231F014e82941
Octal203215313433702435051101
Binary10000011100011011100101110001111111010100111010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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