#938EEE

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

Shades of Portage #938EEE

Tints of Portage #938EEE

Color information

#938EEE (or 0x938EEE) is unknown color: approx Portage. HEX triplet: 93, 8E and EE. RGB value is (147,142,238). Sum of RGB (Red+Green+Blue) = 147+142+238=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #938EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EEE is #6C7111. Grayscale: #9A9A9A. Windows color (decimal): -7106834 or 15634067. OLE color: 15634067.

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

Color convert

RGB147142238-
CMYK0.380.4000.07
HSL243.12º73.85%74.51%-
HSV(B)243.12º40.34%93.33%-
XYZ37.1431.7285.05-
YUV154.44175.16122.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.89%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=27.89%
G=26.94%
B=45.16%

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
Decimal1471422380.380.4000.07243.1273.8574.51
Hex938EEE262807f34a4b
Octal223216356465007363112113
Binary10010011100011101110111010011010100001111111001110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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