#918BEA

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

Shades of Portage #918BEA

Tints of Portage #918BEA

Color information

#918BEA (or 0x918BEA) is unknown color: approx Portage. HEX triplet: 91, 8B and EA. RGB value is (145,139,234). Sum of RGB (Red+Green+Blue) = 145+139+234=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #918BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BEA is #6E7415. Grayscale: #979797. Windows color (decimal): -7238678 or 15371153. OLE color: 15371153.

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

Color convert

RGB145139234-
CMYK0.380.4100.08
HSL243.79º69.34%73.14%-
HSV(B)243.79º40.6%91.76%-
XYZ35.7630.4381.83-
YUV151.62174.49123.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=27.99%
G=26.83%
B=45.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451392340.380.4100.08243.7969.3473.14
Hex918BEA262908f44549
Octal2212133524651010364105111
Binary100100011000101111101010100110101001010001111010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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