#838FED

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

Shades of Portage #838FED

Tints of Portage #838FED

Color information

#838FED (or 0x838FED) is unknown color: approx Portage. HEX triplet: 83, 8F and ED. RGB value is (131,143,237). Sum of RGB (Red+Green+Blue) = 131+143+237=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #838FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FED is #7C7012. Grayscale: #959595. Windows color (decimal): -8155155 or 15568771. OLE color: 15568771.

HSL color Cylindrical-coordinate representation of color #838FED: hue angle of 233.21º degrees, saturation: 0.75, 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 #838FED is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131143237-
CMYK0.450.4000.07
HSL233.21º74.65%72.16%-
HSV(B)233.21º44.73%92.94%-
XYZ34.4730.5884.21-
YUV150.13177.02114.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=25.64%
G=27.98%
B=46.38%

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
Decimal1311432370.450.4000.07233.2174.6572.16
Hex838FED2D2807e94b48
Octal203217355555007351113110
Binary10000011100011111110110110110110100001111110100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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