#838AD9

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

Shades of Portage #838AD9

Tints of Portage #838AD9

Color information

#838AD9 (or 0x838AD9) is unknown color: approx Portage. HEX triplet: 83, 8A and D9. RGB value is (131,138,217). Sum of RGB (Red+Green+Blue) = 131+138+217=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #838AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AD9 is #7C7526. Grayscale: #909090. Windows color (decimal): -8156455 or 14256771. OLE color: 14256771.

HSL color Cylindrical-coordinate representation of color #838AD9: hue angle of 235.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838AD9 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131138217-
CMYK0.400.3600.15
HSL235.12º53.09%68.24%-
HSV(B)235.12º39.63%85.1%-
XYZ30.9728.0169.42-
YUV144.91168.68118.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 217 (85.16% from 255) = 44.65%
R=26.95%
G=28.40%
B=44.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311382170.400.3600.15235.1253.0968.24
Hex838AD928240Feb3544
Octal203212331504401735365104
Binary10000011100010101101100110100010010001111111010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,138,217); }

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

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

 a { background-color: rgb(131,138,217); }

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

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

 span { border-color: rgb(131,138,217); }

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