#8C95CE

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

Shades of Portage #8C95CE

Tints of Portage #8C95CE

Color information

#8C95CE (or 0x8C95CE) is unknown color: approx Portage. HEX triplet: 8C, 95 and CE. RGB value is (140,149,206). Sum of RGB (Red+Green+Blue) = 140+149+206=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95CE is #736A31. Grayscale: #989898. Windows color (decimal): -7563826 or 13538700. OLE color: 13538700.

HSL color Cylindrical-coordinate representation of color #8C95CE: hue angle of 231.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C95CE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140149206-
CMYK0.320.2800.19
HSL231.82º40.24%67.84%-
HSV(B)231.82º32.04%80.78%-
XYZ32.731.5362.75-
YUV152.81158.02118.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=28.28%
G=30.10%
B=41.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401492060.320.2800.19231.8240.2467.84
Hex8C95CE201C013e82844
Octal214225316403402335050104
Binary10001100100101011100111010000011100010011111010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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