#918DE8

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

Shades of Portage #918DE8

Tints of Portage #918DE8

Color information

#918DE8 (or 0x918DE8) is unknown color: approx Portage. HEX triplet: 91, 8D and E8. RGB value is (145,141,232). Sum of RGB (Red+Green+Blue) = 145+141+232=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #918DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DE8 is #6E7217. Grayscale: #989898. Windows color (decimal): -7238168 or 15240593. OLE color: 15240593.

HSL color Cylindrical-coordinate representation of color #918DE8: hue angle of 242.64º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918DE8 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145141232-
CMYK0.380.3900.09
HSL242.64º66.42%73.14%-
HSV(B)242.64º39.22%90.98%-
XYZ35.7730.980.42-
YUV152.57172.83122.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 232 (91.02% from 255) = 44.79%
R=27.99%
G=27.22%
B=44.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451412320.380.3900.09242.6466.4273.14
Hex918DE8262709f34249
Octal2212153504647011363102111
Binary100100011000110111101000100110100111010011111001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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