#918DEA

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

Shades of Portage #918DEA

Tints of Portage #918DEA

Color information

#918DEA (or 0x918DEA) is unknown color: approx Portage. HEX triplet: 91, 8D and EA. RGB value is (145,141,234). Sum of RGB (Red+Green+Blue) = 145+141+234=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #918DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DEA is #6E7215. Grayscale: #989898. Windows color (decimal): -7238166 or 15371665. OLE color: 15371665.

HSL color Cylindrical-coordinate representation of color #918DEA: hue angle of 242.58º degrees, saturation: 0.69, 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 #918DEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145141234-
CMYK0.380.4000.08
HSL242.58º68.89%73.53%-
HSV(B)242.58º39.74%91.76%-
XYZ36.0531.0181.93-
YUV152.8173.83122.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 234 (91.80% from 255) = 45%
R=27.88%
G=27.12%
B=45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451412340.380.4000.08242.5868.8973.53
Hex918DEA262808f3454a
Octal2212153524650010363105112
Binary100100011000110111101010100110101000010001111001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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