#938EED

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

Shades of Portage #938EED

Tints of Portage #938EED

Color information

#938EED (or 0x938EED) is unknown color: approx Portage. HEX triplet: 93, 8E and ED. RGB value is (147,142,237). Sum of RGB (Red+Green+Blue) = 147+142+237=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #938EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EED is #6C7112. Grayscale: #999999. Windows color (decimal): -7106835 or 15568531. OLE color: 15568531.

HSL color Cylindrical-coordinate representation of color #938EED: hue angle of 243.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938EED is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147142237-
CMYK0.380.4000.07
HSL243.16º72.52%74.31%-
HSV(B)243.16º40.08%92.94%-
XYZ36.9931.6684.28-
YUV154.32174.66122.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=27.95%
G=27.00%
B=45.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471422370.380.4000.07243.1672.5274.31
Hex938EED262807f3494a
Octal223216355465007363111112
Binary10010011100011101110110110011010100001111111001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938EED; }

 p { color: rgb(147,142,237); }

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

<style>
 a { background-color: #938EED; }

 a { background-color: rgb(147,142,237); }

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

<style>
 span { border-color: #938EED; }

 span { border-color: rgb(147,142,237); }

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