#908EDC

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

Shades of Portage #908EDC

Tints of Portage #908EDC

Color information

#908EDC (or 0x908EDC) is unknown color: approx Portage. HEX triplet: 90, 8E and DC. RGB value is (144,142,220). Sum of RGB (Red+Green+Blue) = 144+142+220=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #908EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EDC is #6F7123. Grayscale: #979797. Windows color (decimal): -7303460 or 14454416. OLE color: 14454416.

HSL color Cylindrical-coordinate representation of color #908EDC: hue angle of 241.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908EDC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144142220-
CMYK0.350.3500.14
HSL241.54º52.7%70.98%-
HSV(B)241.54º35.45%86.27%-
XYZ34.0930.4471.79-
YUV151.49166.66122.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=28.46%
G=28.06%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441422200.350.3500.14241.5452.770.98
Hex908EDC23230Ef23547
Octal220216334434301636265107
Binary10010000100011101101110010001110001101110111100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,220); }

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

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

 a { background-color: rgb(144,142,220); }

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

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

 span { border-color: rgb(144,142,220); }

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