#838DEA

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

Shades of Portage #838DEA

Tints of Portage #838DEA

Color information

#838DEA (or 0x838DEA) is unknown color: approx Portage. HEX triplet: 83, 8D and EA. RGB value is (131,141,234). Sum of RGB (Red+Green+Blue) = 131+141+234=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #838DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DEA is #7C7215. Grayscale: #949494. Windows color (decimal): -8155670 or 15371651. OLE color: 15371651.

HSL color Cylindrical-coordinate representation of color #838DEA: hue angle of 234.17º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #838DEA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131141234-
CMYK0.440.4000.08
HSL234.17º71.03%71.57%-
HSV(B)234.17º44.02%91.76%-
XYZ33.7429.8281.82-
YUV148.61176.19115.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=25.89%
G=27.87%
B=46.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311412340.440.4000.08234.1771.0371.57
Hex838DEA2C2808ea4748
Octal2032153525450010352107110
Binary100000111000110111101010101100101000010001110101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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