#948FED

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

Shades of Portage #948FED

Tints of Portage #948FED

Color information

#948FED (or 0x948FED) is unknown color: approx Portage. HEX triplet: 94, 8F and ED. RGB value is (148,143,237). Sum of RGB (Red+Green+Blue) = 148+143+237=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #948FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FED is #6B7012. Grayscale: #9A9A9A. Windows color (decimal): -7041043 or 15568788. OLE color: 15568788.

HSL color Cylindrical-coordinate representation of color #948FED: hue angle of 243.19º degrees, saturation: 0.72, 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 #948FED is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148143237-
CMYK0.380.4000.07
HSL243.19º72.31%74.51%-
HSV(B)243.19º39.66%92.94%-
XYZ37.3232.0684.34-
YUV155.21174.16122.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=28.03%
G=27.08%
B=44.89%

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
Decimal1481432370.380.4000.07243.1972.3174.51
Hex948FED262807f3484b
Octal224217355465007363110113
Binary10010100100011111110110110011010100001111111001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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