#838BE0

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

Shades of Portage #838BE0

Tints of Portage #838BE0

Color information

#838BE0 (or 0x838BE0) is unknown color: approx Portage. HEX triplet: 83, 8B and E0. RGB value is (131,139,224). Sum of RGB (Red+Green+Blue) = 131+139+224=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #838BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BE0 is #7C741F. Grayscale: #919191. Windows color (decimal): -8156192 or 14715779. OLE color: 14715779.

HSL color Cylindrical-coordinate representation of color #838BE0: hue angle of 234.84º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #838BE0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB131139224-
CMYK0.420.3800.12
HSL234.84º60%69.61%-
HSV(B)234.84º41.52%87.84%-
XYZ32.0528.6774.37-
YUV146.3171.85117.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=26.52%
G=28.14%
B=45.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1311392240.420.3800.12234.846069.61
Hex838BE02A260Ceb3c46
Octal203213340524601435374106
Binary10000011100010111110000010101010011001100111010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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