#838FEE

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

Shades of Portage #838FEE

Tints of Portage #838FEE

Color information

#838FEE (or 0x838FEE) is unknown color: approx Portage. HEX triplet: 83, 8F and EE. RGB value is (131,143,238). Sum of RGB (Red+Green+Blue) = 131+143+238=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #838FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FEE is #7C7011. Grayscale: #959595. Windows color (decimal): -8155154 or 15634307. OLE color: 15634307.

HSL color Cylindrical-coordinate representation of color #838FEE: hue angle of 233.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838FEE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131143238-
CMYK0.450.4000.07
HSL233.27º75.89%72.35%-
HSV(B)233.27º44.96%93.33%-
XYZ34.6230.6484.98-
YUV150.24177.52114.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.59%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=25.59%
G=27.93%
B=46.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311432380.450.4000.07233.2775.8972.35
Hex838FEE2D2807e94c48
Octal203217356555007351114110
Binary10000011100011111110111010110110100001111110100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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