#8F95CE

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

Shades of Portage #8F95CE

Tints of Portage #8F95CE

Color information

#8F95CE (or 0x8F95CE) is unknown color: approx Portage. HEX triplet: 8F, 95 and CE. RGB value is (143,149,206). Sum of RGB (Red+Green+Blue) = 143+149+206=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F95CE is #706A31. Grayscale: #999999. Windows color (decimal): -7367218 or 13538703. OLE color: 13538703.

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

Color convert

RGB143149206-
CMYK0.310.2800.19
HSL234.29º39.13%68.43%-
HSV(B)234.29º30.58%80.78%-
XYZ33.2231.7962.78-
YUV153.7157.51120.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=28.71%
G=29.92%
B=41.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431492060.310.2800.19234.2939.1368.43
Hex8F95CE1F1C013ea2744
Octal217225316373402335247104
Binary1000111110010101110011101111111100010011111010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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