#8D95CD

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

Shades of Portage #8D95CD

Tints of Portage #8D95CD

Color information

#8D95CD (or 0x8D95CD) is unknown color: approx Portage. HEX triplet: 8D, 95 and CD. RGB value is (141,149,205). Sum of RGB (Red+Green+Blue) = 141+149+205=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D95CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95CD is #726A32. Grayscale: #989898. Windows color (decimal): -7498291 or 13473165. OLE color: 13473165.

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

Color convert

RGB141149205-
CMYK0.310.2700.20
HSL232.5º39.02%67.84%-
HSV(B)232.5º31.22%80.39%-
XYZ32.7531.5762.12-
YUV152.99157.35119.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=28.48%
G=30.10%
B=41.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411492050.310.2700.20232.539.0267.84
Hex8D95CD1F1B014e82744
Octal215225315373302435047104
Binary1000110110010101110011011111111011010100111010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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