#918DEC

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

Shades of Portage #918DEC

Tints of Portage #918DEC

Color information

#918DEC (or 0x918DEC) is unknown color: approx Portage. HEX triplet: 91, 8D and EC. RGB value is (145,141,236). Sum of RGB (Red+Green+Blue) = 145+141+236=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #918DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DEC is #6E7213. Grayscale: #989898. Windows color (decimal): -7238164 or 15502737. OLE color: 15502737.

HSL color Cylindrical-coordinate representation of color #918DEC: hue angle of 242.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918DEC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145141236-
CMYK0.390.4000.07
HSL242.53º71.43%73.92%-
HSV(B)242.53º40.25%92.55%-
XYZ36.3431.1383.45-
YUV153.03174.83122.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=27.78%
G=27.01%
B=45.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451412360.390.4000.07242.5371.4373.92
Hex918DEC272807f3474a
Octal221215354475007363107112
Binary10010001100011011110110010011110100001111111001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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