#948EE9

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

Shades of Portage #948EE9

Tints of Portage #948EE9

Color information

#948EE9 (or 0x948EE9) is unknown color: approx Portage. HEX triplet: 94, 8E and E9. RGB value is (148,142,233). Sum of RGB (Red+Green+Blue) = 148+142+233=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #948EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948EE9 is #6B7116. Grayscale: #999999. Windows color (decimal): -7041303 or 15306388. OLE color: 15306388.

HSL color Cylindrical-coordinate representation of color #948EE9: hue angle of 243.96º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #948EE9 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148142233-
CMYK0.360.3900.09
HSL243.96º67.41%73.53%-
HSV(B)243.96º39.06%91.37%-
XYZ36.5931.5381.25-
YUV154.17172.49123.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 233 (91.41% from 255) = 44.55%
R=28.30%
G=27.15%
B=44.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481422330.360.3900.09243.9667.4173.53
Hex948EE9242709f4434a
Octal2242163514447011364103112
Binary100101001000111011101001100100100111010011111010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948EE9; }

 p { color: rgb(148,142,233); }

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

<style>
 a { background-color: #948EE9; }

 a { background-color: rgb(148,142,233); }

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

<style>
 span { border-color: #948EE9; }

 span { border-color: rgb(148,142,233); }

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