#838FF0

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

Shades of Portage #838FF0

Tints of Portage #838FF0

Color information

#838FF0 (or 0x838FF0) is unknown color: approx Portage. HEX triplet: 83, 8F and F0. RGB value is (131,143,240). Sum of RGB (Red+Green+Blue) = 131+143+240=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #838FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FF0 is #7C700F. Grayscale: #969696. Windows color (decimal): -8155152 or 15765379. OLE color: 15765379.

HSL color Cylindrical-coordinate representation of color #838FF0: hue angle of 233.39º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838FF0 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131143240-
CMYK0.450.4000.06
HSL233.39º78.42%72.75%-
HSV(B)233.39º45.42%94.12%-
XYZ34.9130.7686.54-
YUV150.47178.52114.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.49%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 240 (94.14% from 255) = 46.69%
R=25.49%
G=27.82%
B=46.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311432400.450.4000.06233.3978.4272.75
Hex838FF02D2806e94e49
Octal203217360555006351116111
Binary10000011100011111111000010110110100001101110100110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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