#908CE1

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

Shades of Portage #908CE1

Tints of Portage #908CE1

Color information

#908CE1 (or 0x908CE1) is unknown color: approx Portage. HEX triplet: 90, 8C and E1. RGB value is (144,140,225). Sum of RGB (Red+Green+Blue) = 144+140+225=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #908CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CE1 is #6F731E. Grayscale: #969696. Windows color (decimal): -7303967 or 14781584. OLE color: 14781584.

HSL color Cylindrical-coordinate representation of color #908CE1: hue angle of 242.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #908CE1 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144140225-
CMYK0.360.3800.12
HSL242.82º58.62%71.57%-
HSV(B)242.82º37.78%88.24%-
XYZ34.4730.1275.23-
YUV150.89169.83123.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=28.29%
G=27.50%
B=44.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441402250.360.3800.12242.8258.6271.57
Hex908CE124260Cf33b48
Octal220214341444601436373110
Binary10010000100011001110000110010010011001100111100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908CE1; }

 p { color: rgb(144,140,225); }

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

<style>
 a { background-color: #908CE1; }

 a { background-color: rgb(144,140,225); }

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

<style>
 span { border-color: #908CE1; }

 span { border-color: rgb(144,140,225); }

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