#948FEE

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

Shades of Portage #948FEE

Tints of Portage #948FEE

Color information

#948FEE (or 0x948FEE) is unknown color: approx Portage. HEX triplet: 94, 8F and EE. RGB value is (148,143,238). Sum of RGB (Red+Green+Blue) = 148+143+238=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #948FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEE is #6B7011. Grayscale: #9A9A9A. Windows color (decimal): -7041042 or 15634324. OLE color: 15634324.

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

Color convert

RGB148143238-
CMYK0.380.4000.07
HSL243.16º73.64%74.71%-
HSV(B)243.16º39.92%93.33%-
XYZ37.4732.1185.11-
YUV155.32174.66122.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=27.98%
G=27.03%
B=44.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481432380.380.4000.07243.1673.6474.71
Hex948FEE262807f34a4b
Octal224217356465007363112113
Binary10010100100011111110111010011010100001111111001110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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