#948CED

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

Shades of Portage #948CED

Tints of Portage #948CED

Color information

#948CED (or 0x948CED) is unknown color: approx Portage. HEX triplet: 94, 8C and ED. RGB value is (148,140,237). Sum of RGB (Red+Green+Blue) = 148+140+237=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #948CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CED is #6B7312. Grayscale: #999999. Windows color (decimal): -7041811 or 15568020. OLE color: 15568020.

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

Color convert

RGB148140237-
CMYK0.380.4100.07
HSL244.95º72.93%73.92%-
HSV(B)244.95º40.93%92.94%-
XYZ36.8831.1784.19-
YUV153.45175.15124.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=28.19%
G=26.67%
B=45.14%

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
Decimal1481402370.380.4100.07244.9572.9373.92
Hex948CED262907f5494a
Octal224214355465107365111112
Binary10010100100011001110110110011010100101111111010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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