#8D95C9

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

Shades of Portage #8D95C9

Tints of Portage #8D95C9

Color information

#8D95C9 (or 0x8D95C9) is unknown color: approx Portage. HEX triplet: 8D, 95 and C9. RGB value is (141,149,201). Sum of RGB (Red+Green+Blue) = 141+149+201=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D95C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95C9 is #726A36. Grayscale: #989898. Windows color (decimal): -7498295 or 13211021. OLE color: 13211021.

HSL color Cylindrical-coordinate representation of color #8D95C9: hue angle of 232º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D95C9 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141149201-
CMYK0.300.2600.21
HSL232º35.71%67.06%-
HSV(B)232º29.85%78.82%-
XYZ32.2731.3759.61-
YUV152.54155.35119.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=28.72%
G=30.35%
B=40.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411492010.300.2600.2123235.7167.06
Hex8D95C91E1A015e82443
Octal215225311363202535044103
Binary1000110110010101110010011111011010010101111010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,201); }

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

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

 a { background-color: rgb(141,149,201); }

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

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

 span { border-color: rgb(141,149,201); }

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