#948AE7

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

Shades of Portage #948AE7

Tints of Portage #948AE7

Color information

#948AE7 (or 0x948AE7) is unknown color: approx Portage. HEX triplet: 94, 8A and E7. RGB value is (148,138,231). Sum of RGB (Red+Green+Blue) = 148+138+231=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #948AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AE7 is #6B7518. Grayscale: #979797. Windows color (decimal): -7042329 or 15174292. OLE color: 15174292.

HSL color Cylindrical-coordinate representation of color #948AE7: hue angle of 246.45º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948AE7 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148138231-
CMYK0.360.4000.09
HSL246.45º65.96%72.35%-
HSV(B)246.45º40.26%90.59%-
XYZ35.7330.2479.56-
YUV151.59172.81125.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 231 (90.62% from 255) = 44.68%
R=28.63%
G=26.69%
B=44.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481382310.360.4000.09246.4565.9672.35
Hex948AE7242809f64248
Octal2242123474450011366102110
Binary100101001000101011100111100100101000010011111011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,231); }

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

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

 a { background-color: rgb(148,138,231); }

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

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

 span { border-color: rgb(148,138,231); }

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