#908FDE

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

Shades of Portage #908FDE

Tints of Portage #908FDE

Color information

#908FDE (or 0x908FDE) is unknown color: approx Portage. HEX triplet: 90, 8F and DE. RGB value is (144,143,222). Sum of RGB (Red+Green+Blue) = 144+143+222=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #908FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDE is #6F7021. Grayscale: #979797. Windows color (decimal): -7303202 or 14585744. OLE color: 14585744.

HSL color Cylindrical-coordinate representation of color #908FDE: hue angle of 240.76º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908FDE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144143222-
CMYK0.350.3600.13
HSL240.76º54.48%71.57%-
HSV(B)240.76º35.59%87.06%-
XYZ34.5130.8573.24-
YUV152.3167.33122.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=28.29%
G=28.09%
B=43.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441432220.350.3600.13240.7654.4871.57
Hex908FDE23240Df13648
Octal220217336434401536166110
Binary10010000100011111101111010001110010001101111100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,143,222); }

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

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

 a { background-color: rgb(144,143,222); }

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

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

 span { border-color: rgb(144,143,222); }

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