#948DEE

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

Shades of Portage #948DEE

Tints of Portage #948DEE

Color information

#948DEE (or 0x948DEE) is unknown color: approx Portage. HEX triplet: 94, 8D and EE. RGB value is (148,141,238). Sum of RGB (Red+Green+Blue) = 148+141+238=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 141 (55.47% from 255 or 26.76% 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 #948DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DEE is #6B7211. Grayscale: #999999. Windows color (decimal): -7041554 or 15633812. OLE color: 15633812.

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

Color convert

RGB148141238-
CMYK0.380.4100.07
HSL244.33º74.05%74.31%-
HSV(B)244.33º40.76%93.33%-
XYZ37.1731.5285.01-
YUV154.15175.32123.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=28.08%
G=26.76%
B=45.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481412380.380.4100.07244.3374.0574.31
Hex948DEE262907f44a4a
Octal224215356465107364112112
Binary10010100100011011110111010011010100101111111010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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