#8995E7

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

Shades of Portage #8995E7

Tints of Portage #8995E7

Color information

#8995E7 (or 0x8995E7) is unknown color: approx Portage. HEX triplet: 89, 95 and E7. RGB value is (137,149,231). Sum of RGB (Red+Green+Blue) = 137+149+231=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #8995E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8995E7 is #766A18. Grayscale: #9A9A9A. Windows color (decimal): -7760409 or 15177097. OLE color: 15177097.

HSL color Cylindrical-coordinate representation of color #8995E7: hue angle of 232.34º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8995E7 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB137149231-
CMYK0.410.3500.09
HSL232.34º66.2%72.16%-
HSV(B)232.34º40.69%90.59%-
XYZ35.4932.5880.02-
YUV154.76171.02115.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.50%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 231 (90.62% from 255) = 44.68%
R=26.50%
G=28.82%
B=44.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1371492310.410.3500.09232.3466.272.16
Hex8995E7292309e84248
Octal2112253475143011350102110
Binary100010011001010111100111101001100011010011110100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8995E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8995E7; }

 p { color: rgb(137,149,231); }

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

<style>
 a { background-color: #8995E7; }

 a { background-color: rgb(137,149,231); }

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

<style>
 span { border-color: #8995E7; }

 span { border-color: rgb(137,149,231); }

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