#838DCD

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

Shades of Portage #838DCD

Tints of Portage #838DCD

Color information

#838DCD (or 0x838DCD) is unknown color: approx Portage. HEX triplet: 83, 8D and CD. RGB value is (131,141,205). Sum of RGB (Red+Green+Blue) = 131+141+205=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #838DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DCD is #7C7232. Grayscale: #919191. Windows color (decimal): -8155699 or 13471107. OLE color: 13471107.

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

Color convert

RGB131141205-
CMYK0.360.3100.20
HSL231.89º42.53%65.88%-
HSV(B)231.89º36.1%80.39%-
XYZ29.928.2861.64-
YUV145.31161.69117.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=27.46%
G=29.56%
B=42.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311412050.360.3100.20231.8942.5365.88
Hex838DCD241F014e82b42
Octal203215315443702435053102
Binary10000011100011011100110110010011111010100111010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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