#908BDE

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

Shades of Portage #908BDE

Tints of Portage #908BDE

Color information

#908BDE (or 0x908BDE) is unknown color: approx Portage. HEX triplet: 90, 8B and DE. RGB value is (144,139,222). Sum of RGB (Red+Green+Blue) = 144+139+222=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #908BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BDE is #6F7421. Grayscale: #959595. Windows color (decimal): -7304226 or 14584720. OLE color: 14584720.

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

Color convert

RGB144139222-
CMYK0.350.3700.13
HSL243.61º55.7%70.78%-
HSV(B)243.61º37.39%87.06%-
XYZ33.9229.6773.05-
YUV149.96168.66123.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=28.51%
G=27.52%
B=43.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441392220.350.3700.13243.6155.770.78
Hex908BDE23250Df43847
Octal220213336434501536470107
Binary10010000100010111101111010001110010101101111101001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,222); }

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

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

 a { background-color: rgb(144,139,222); }

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

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

 span { border-color: rgb(144,139,222); }

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