#918DEB

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

Shades of Portage #918DEB

Tints of Portage #918DEB

Color information

#918DEB (or 0x918DEB) is unknown color: approx Portage. HEX triplet: 91, 8D and EB. RGB value is (145,141,235). Sum of RGB (Red+Green+Blue) = 145+141+235=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #918DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DEB is #6E7214. Grayscale: #989898. Windows color (decimal): -7238165 or 15437201. OLE color: 15437201.

HSL color Cylindrical-coordinate representation of color #918DEB: hue angle of 242.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918DEB is Cyan = 0.38, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145141235-
CMYK0.380.400.08
HSL242.55º70.15%73.73%-
HSV(B)242.55º40%92.16%-
XYZ36.231.0782.69-
YUV152.91174.33122.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=27.83%
G=27.06%
B=45.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451412350.380.400.08242.5570.1573.73
Hex918DEB262808f3464a
Octal2212153534650010363106112
Binary100100011000110111101011100110101000010001111001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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