#908DE0

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

Shades of Portage #908DE0

Tints of Portage #908DE0

Color information

#908DE0 (or 0x908DE0) is unknown color: approx Portage. HEX triplet: 90, 8D and E0. RGB value is (144,141,224). Sum of RGB (Red+Green+Blue) = 144+141+224=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #908DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DE0 is #6F721F. Grayscale: #979797. Windows color (decimal): -7303712 or 14716304. OLE color: 14716304.

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

Color convert

RGB144141224-
CMYK0.360.3700.12
HSL242.17º57.24%71.57%-
HSV(B)242.17º37.05%87.84%-
XYZ34.4830.3674.56-
YUV151.36168.99122.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 224 (87.89% from 255) = 44.01%
R=28.29%
G=27.70%
B=44.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441412240.360.3700.12242.1757.2471.57
Hex908DE024250Cf23948
Octal220215340444501436271110
Binary10010000100011011110000010010010010101100111100101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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