#938DE4

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

Shades of Portage #938DE4

Tints of Portage #938DE4

Color information

#938DE4 (or 0x938DE4) is unknown color: approx Portage. HEX triplet: 93, 8D and E4. RGB value is (147,141,228). Sum of RGB (Red+Green+Blue) = 147+141+228=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #938DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DE4 is #6C721B. Grayscale: #989898. Windows color (decimal): -7107100 or 14978451. OLE color: 14978451.

HSL color Cylindrical-coordinate representation of color #938DE4: hue angle of 244.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938DE4 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB147141228-
CMYK0.360.3800.11
HSL244.14º61.7%72.35%-
HSV(B)244.14º38.16%89.41%-
XYZ35.5630.8577.48-
YUV152.71170.49123.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.49%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 228 (89.45% from 255) = 44.19%
R=28.49%
G=27.33%
B=44.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1471412280.360.3800.11244.1461.772.35
Hex938DE424260Bf43e48
Octal223215344444601336476110
Binary10010011100011011110010010010010011001011111101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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