#948DEB

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

Shades of Portage #948DEB

Tints of Portage #948DEB

Color information

#948DEB (or 0x948DEB) is unknown color: approx Portage. HEX triplet: 94, 8D and EB. RGB value is (148,141,235). Sum of RGB (Red+Green+Blue) = 148+141+235=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #948DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DEB is #6B7214. Grayscale: #999999. Windows color (decimal): -7041557 or 15437204. OLE color: 15437204.

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

Color convert

RGB148141235-
CMYK0.370.400.08
HSL244.47º70.15%73.73%-
HSV(B)244.47º40%92.16%-
XYZ36.7331.3482.71-
YUV153.81173.82123.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=28.24%
G=26.91%
B=44.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481412350.370.400.08244.4770.1573.73
Hex948DEB252808f4464a
Octal2242153534550010364106112
Binary100101001000110111101011100101101000010001111010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,141,235); }

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

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

 a { background-color: rgb(148,141,235); }

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

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

 span { border-color: rgb(148,141,235); }

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