#938DED

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

Shades of Portage #938DED

Tints of Portage #938DED

Color information

#938DED (or 0x938DED) is unknown color: approx Portage. HEX triplet: 93, 8D and ED. RGB value is (147,141,237). Sum of RGB (Red+Green+Blue) = 147+141+237=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #938DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DED is #6C7212. Grayscale: #999999. Windows color (decimal): -7107091 or 15568275. OLE color: 15568275.

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

Color convert

RGB147141237-
CMYK0.380.4100.07
HSL243.75º72.73%74.12%-
HSV(B)243.75º40.51%92.94%-
XYZ36.8431.3784.23-
YUV153.74174.99123.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=28%
G=26.86%
B=45.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471412370.380.4100.07243.7572.7374.12
Hex938DED262907f4494a
Octal223215355465107364111112
Binary10010011100011011110110110011010100101111111010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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