#8C95CD

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

Shades of Portage #8C95CD

Tints of Portage #8C95CD

Color information

#8C95CD (or 0x8C95CD) is unknown color: approx Portage. HEX triplet: 8C, 95 and CD. RGB value is (140,149,205). Sum of RGB (Red+Green+Blue) = 140+149+205=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C95CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95CD is #736A32. Grayscale: #989898. Windows color (decimal): -7563827 or 13473164. OLE color: 13473164.

HSL color Cylindrical-coordinate representation of color #8C95CD: hue angle of 231.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C95CD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140149205-
CMYK0.320.2700.20
HSL231.69º39.39%67.65%-
HSV(B)231.69º31.71%80.39%-
XYZ32.5831.4862.12-
YUV152.69157.52118.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=28.34%
G=30.16%
B=41.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401492050.320.2700.20231.6939.3967.65
Hex8C95CD201B014e82744
Octal214225315403302435047104
Binary10001100100101011100110110000011011010100111010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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