#8F95CD

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

Shades of Portage #8F95CD

Tints of Portage #8F95CD

Color information

#8F95CD (or 0x8F95CD) is unknown color: approx Portage. HEX triplet: 8F, 95 and CD. RGB value is (143,149,205). Sum of RGB (Red+Green+Blue) = 143+149+205=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F95CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F95CD is #706A32. Grayscale: #999999. Windows color (decimal): -7367219 or 13473167. OLE color: 13473167.

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

Color convert

RGB143149205-
CMYK0.300.2700.20
HSL234.19º38.27%68.24%-
HSV(B)234.19º30.24%80.39%-
XYZ33.0931.7462.14-
YUV153.59157.01120.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=28.77%
G=29.98%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431492050.300.2700.20234.1938.2768.24
Hex8F95CD1E1B014ea2644
Octal217225315363302435246104
Binary1000111110010101110011011111011011010100111010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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