#8D95CA

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

Shades of Portage #8D95CA

Tints of Portage #8D95CA

Color information

#8D95CA (or 0x8D95CA) is unknown color: approx Portage. HEX triplet: 8D, 95 and CA. RGB value is (141,149,202). Sum of RGB (Red+Green+Blue) = 141+149+202=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95CA is #726A35. Grayscale: #989898. Windows color (decimal): -7498294 or 13276557. OLE color: 13276557.

HSL color Cylindrical-coordinate representation of color #8D95CA: hue angle of 232.13º degrees, saturation: 0.37, 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 #8D95CA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141149202-
CMYK0.300.2600.21
HSL232.13º36.53%67.25%-
HSV(B)232.13º30.2%79.22%-
XYZ32.3931.4260.23-
YUV152.65155.85119.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=28.66%
G=30.28%
B=41.06%

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
Decimal1411492020.300.2600.21232.1336.5367.25
Hex8D95CA1E1A015e82543
Octal215225312363202535045103
Binary1000110110010101110010101111011010010101111010001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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