#918DEE

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

Shades of Portage #918DEE

Tints of Portage #918DEE

Color information

#918DEE (or 0x918DEE) is unknown color: approx Portage. HEX triplet: 91, 8D and EE. RGB value is (145,141,238). Sum of RGB (Red+Green+Blue) = 145+141+238=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #918DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DEE is #6E7211. Grayscale: #989898. Windows color (decimal): -7238162 or 15633809. OLE color: 15633809.

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

Color convert

RGB145141238-
CMYK0.390.4100.07
HSL242.47º74.05%74.31%-
HSV(B)242.47º40.76%93.33%-
XYZ36.6331.2484.99-
YUV153.25175.83122.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=27.67%
G=26.91%
B=45.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451412380.390.4100.07242.4774.0574.31
Hex918DEE272907f24a4a
Octal221215356475107362112112
Binary10010001100011011110111010011110100101111111001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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