#838BDC

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

Shades of Portage #838BDC

Tints of Portage #838BDC

Color information

#838BDC (or 0x838BDC) is unknown color: approx Portage. HEX triplet: 83, 8B and DC. RGB value is (131,139,220). Sum of RGB (Red+Green+Blue) = 131+139+220=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #838BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BDC is #7C7423. Grayscale: #919191. Windows color (decimal): -8156196 or 14453635. OLE color: 14453635.

HSL color Cylindrical-coordinate representation of color #838BDC: hue angle of 234.61º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838BDC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131139220-
CMYK0.400.3700.14
HSL234.61º55.97%68.82%-
HSV(B)234.61º40.45%86.27%-
XYZ31.5128.4671.54-
YUV145.84169.85117.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=26.73%
G=28.37%
B=44.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311392200.400.3700.14234.6155.9768.82
Hex838BDC28250Eeb3845
Octal203213334504501635370105
Binary10000011100010111101110010100010010101110111010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,139,220); }

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

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

 a { background-color: rgb(131,139,220); }

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

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

 span { border-color: rgb(131,139,220); }

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