#908DDD

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

Shades of Portage #908DDD

Tints of Portage #908DDD

Color information

#908DDD (or 0x908DDD) is unknown color: approx Portage. HEX triplet: 90, 8D and DD. RGB value is (144,141,221). Sum of RGB (Red+Green+Blue) = 144+141+221=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #908DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DDD is #6F7222. Grayscale: #969696. Windows color (decimal): -7303715 or 14519696. OLE color: 14519696.

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

Color convert

RGB144141221-
CMYK0.350.3600.13
HSL242.25º54.05%70.98%-
HSV(B)242.25º36.2%86.67%-
XYZ34.0830.272.44-
YUV151.02167.49123-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=28.46%
G=27.87%
B=43.68%

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
Decimal1441412210.350.3600.13242.2554.0570.98
Hex908DDD23240Df23647
Octal220215335434401536266107
Binary10010000100011011101110110001110010001101111100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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