#908DEC

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

Shades of Portage #908DEC

Tints of Portage #908DEC

Color information

#908DEC (or 0x908DEC) is unknown color: approx Portage. HEX triplet: 90, 8D and EC. RGB value is (144,141,236). Sum of RGB (Red+Green+Blue) = 144+141+236=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #908DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DEC is #6F7213. Grayscale: #989898. Windows color (decimal): -7303700 or 15502736. OLE color: 15502736.

HSL color Cylindrical-coordinate representation of color #908DEC: hue angle of 241.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908DEC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144141236-
CMYK0.390.4000.07
HSL241.89º71.43%73.92%-
HSV(B)241.89º40.25%92.55%-
XYZ36.1731.0483.44-
YUV152.73174.99121.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 236 (92.58% from 255) = 45.30%
R=27.64%
G=27.06%
B=45.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441412360.390.4000.07241.8971.4373.92
Hex908DEC272807f2474a
Octal220215354475007362107112
Binary10010000100011011110110010011110100001111111001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,236); }

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

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

 a { background-color: rgb(144,141,236); }

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

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

 span { border-color: rgb(144,141,236); }

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