#8C95EB

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

Shades of Portage #8C95EB

Tints of Portage #8C95EB

Color information

#8C95EB (or 0x8C95EB) is unknown color: approx Portage. HEX triplet: 8C, 95 and EB. RGB value is (140,149,235). Sum of RGB (Red+Green+Blue) = 140+149+235=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C95EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C95EB is #736A14. Grayscale: #9B9B9B. Windows color (decimal): -7563797 or 15439244. OLE color: 15439244.

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

Color convert

RGB140149235-
CMYK0.400.3700.08
HSL234.32º70.37%73.53%-
HSV(B)234.32º40.43%92.16%-
XYZ36.5633.0783.05-
YUV156.11172.52116.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.72%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=26.72%
G=28.44%
B=44.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401492350.400.3700.08234.3270.3773.53
Hex8C95EB282508ea464a
Octal2142253535045010352106112
Binary100011001001010111101011101000100101010001110101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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