#918BEC

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

Shades of Portage #918BEC

Tints of Portage #918BEC

Color information

#918BEC (or 0x918BEC) is unknown color: approx Portage. HEX triplet: 91, 8B and EC. RGB value is (145,139,236). Sum of RGB (Red+Green+Blue) = 145+139+236=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #918BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BEC is #6E7413. Grayscale: #979797. Windows color (decimal): -7238676 or 15502225. OLE color: 15502225.

HSL color Cylindrical-coordinate representation of color #918BEC: hue angle of 243.71º degrees, saturation: 0.72, 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 #918BEC is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145139236-
CMYK0.390.4100.07
HSL243.71º71.85%73.53%-
HSV(B)243.71º41.1%92.55%-
XYZ36.0530.5483.35-
YUV151.85175.49123.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=27.88%
G=26.73%
B=45.38%

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
Decimal1451392360.390.4100.07243.7171.8573.53
Hex918BEC272907f4484a
Octal221213354475107364110112
Binary10010001100010111110110010011110100101111111010010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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