#838FD5

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

Shades of Portage #838FD5

Tints of Portage #838FD5

Color information

#838FD5 (or 0x838FD5) is unknown color: approx Portage. HEX triplet: 83, 8F and D5. RGB value is (131,143,213). Sum of RGB (Red+Green+Blue) = 131+143+213=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #838FD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FD5 is #7C702A. Grayscale: #939393. Windows color (decimal): -8155179 or 13995907. OLE color: 13995907.

HSL color Cylindrical-coordinate representation of color #838FD5: hue angle of 231.22º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #838FD5 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131143213-
CMYK0.380.3300.16
HSL231.22º49.4%67.45%-
HSV(B)231.22º38.5%83.53%-
XYZ31.1929.2766.96-
YUV147.39165.02116.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=26.90%
G=29.36%
B=43.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311432130.380.3300.16231.2249.467.45
Hex838FD52621010e73143
Octal203217325464102034761103
Binary100000111000111111010101100110100001010000111001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,143,213); }

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

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

 a { background-color: rgb(131,143,213); }

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

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

 span { border-color: rgb(131,143,213); }

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