#948FEF

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

Shades of Portage #948FEF

Tints of Portage #948FEF

Color information

#948FEF (or 0x948FEF) is unknown color: approx Portage. HEX triplet: 94, 8F and EF. RGB value is (148,143,239). Sum of RGB (Red+Green+Blue) = 148+143+239=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #948FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEF is #6B7010. Grayscale: #9B9B9B. Windows color (decimal): -7041041 or 15699860. OLE color: 15699860.

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

Color convert

RGB148143239-
CMYK0.380.4000.06
HSL243.12º75%74.9%-
HSV(B)243.12º40.17%93.73%-
XYZ37.6232.1785.89-
YUV155.44175.16122.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=27.92%
G=26.98%
B=45.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481432390.380.4000.06243.127574.9
Hex948FEF262806f34b4b
Octal224217357465006363113113
Binary10010100100011111110111110011010100001101111001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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