#918DDE

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

Shades of Portage #918DDE

Tints of Portage #918DDE

Color information

#918DDE (or 0x918DDE) is unknown color: approx Portage. HEX triplet: 91, 8D and DE. RGB value is (145,141,222). Sum of RGB (Red+Green+Blue) = 145+141+222=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #918DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DDE is #6E7221. Grayscale: #979797. Windows color (decimal): -7238178 or 14585233. OLE color: 14585233.

HSL color Cylindrical-coordinate representation of color #918DDE: hue angle of 242.96º degrees, saturation: 0.55, 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 #918DDE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145141222-
CMYK0.350.3600.13
HSL242.96º55.1%71.18%-
HSV(B)242.96º36.49%87.06%-
XYZ34.3930.3473.15-
YUV151.43167.83123.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.54%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 222 (87.11% from 255) = 43.70%
R=28.54%
G=27.76%
B=43.70%

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
Decimal1451412220.350.3600.13242.9655.171.18
Hex918DDE23240Df33747
Octal221215336434401536367107
Binary10010001100011011101111010001110010001101111100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918DDE; }

 p { color: rgb(145,141,222); }

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

<style>
 a { background-color: #918DDE; }

 a { background-color: rgb(145,141,222); }

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

<style>
 span { border-color: #918DDE; }

 span { border-color: rgb(145,141,222); }

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