#938CEA

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

Shades of Portage #938CEA

Tints of Portage #938CEA

Color information

#938CEA (or 0x938CEA) is unknown color: approx Portage. HEX triplet: 93, 8C and EA. RGB value is (147,140,234). Sum of RGB (Red+Green+Blue) = 147+140+234=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #938CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CEA is #6C7315. Grayscale: #989898. Windows color (decimal): -7107350 or 15371411. OLE color: 15371411.

HSL color Cylindrical-coordinate representation of color #938CEA: hue angle of 244.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #938CEA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147140234-
CMYK0.370.4000.08
HSL244.47º69.12%73.33%-
HSV(B)244.47º40.17%91.76%-
XYZ36.2630.981.89-
YUV152.81173.82123.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=28.21%
G=26.87%
B=44.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471402340.370.4000.08244.4769.1273.33
Hex938CEA252808f44549
Octal2232143524550010364105111
Binary100100111000110011101010100101101000010001111010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,234); }

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

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

 a { background-color: rgb(147,140,234); }

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

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

 span { border-color: rgb(147,140,234); }

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