#908FDA

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

Shades of Portage #908FDA

Tints of Portage #908FDA

Color information

#908FDA (or 0x908FDA) is unknown color: approx Portage. HEX triplet: 90, 8F and DA. RGB value is (144,143,218). Sum of RGB (Red+Green+Blue) = 144+143+218=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #908FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FDA is #6F7025. Grayscale: #979797. Windows color (decimal): -7303206 or 14323600. OLE color: 14323600.

HSL color Cylindrical-coordinate representation of color #908FDA: hue angle of 240.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #908FDA is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144143218-
CMYK0.340.3400.15
HSL240.8º50.34%70.78%-
HSV(B)240.8º34.4%85.49%-
XYZ33.9830.6470.45-
YUV151.85165.33122.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=28.51%
G=28.32%
B=43.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441432180.340.3400.15240.850.3470.78
Hex908FDA22220Ff13247
Octal220217332424201736162107
Binary10010000100011111101101010001010001001111111100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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