#8D95EB

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

Shades of Portage #8D95EB

Tints of Portage #8D95EB

Color information

#8D95EB (or 0x8D95EB) is unknown color: approx Portage. HEX triplet: 8D, 95 and EB. RGB value is (141,149,235). Sum of RGB (Red+Green+Blue) = 141+149+235=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D95EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D95EB is #726A14. Grayscale: #9C9C9C. Windows color (decimal): -7498261 or 15439245. OLE color: 15439245.

HSL color Cylindrical-coordinate representation of color #8D95EB: hue angle of 234.89º degrees, saturation: 0.7, 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 #8D95EB is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141149235-
CMYK0.40.3700.08
HSL234.89º70.15%73.73%-
HSV(B)234.89º40%92.16%-
XYZ36.7333.1683.06-
YUV156.41172.35117.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=26.86%
G=28.38%
B=44.76%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411492350.40.3700.08234.8970.1573.73
Hex8D95EB282508eb464a
Octal2152253535045010353106112
Binary100011011001010111101011101000100101010001110101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D95EB; }

 p { color: rgb(141,149,235); }

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

<style>
 a { background-color: #8D95EB; }

 a { background-color: rgb(141,149,235); }

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

<style>
 span { border-color: #8D95EB; }

 span { border-color: rgb(141,149,235); }

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