#8D9FFD

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

Shades of Portage #8D9FFD

Tints of Portage #8D9FFD

Color information

#8D9FFD (or 0x8D9FFD) is unknown color: approx Portage. HEX triplet: 8D, 9F and FD. RGB value is (141,159,253). Sum of RGB (Red+Green+Blue) = 141+159+253=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9FFD is #726002. Grayscale: #A3A3A3. Windows color (decimal): -7495683 or 16621453. OLE color: 16621453.

HSL color Cylindrical-coordinate representation of color #8D9FFD: hue angle of 230.36º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D9FFD is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141159253-
CMYK0.440.3700.01
HSL230.36º96.55%77.25%-
HSV(B)230.36º44.27%99.22%-
XYZ41.1137.5598.01-
YUV164.33178.04111.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=25.50%
G=28.75%
B=45.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411592530.440.3700.01230.3696.5577.25
Hex8D9FFD2C2501e6614d
Octal215237375544501346141115
Binary100011011001111111111101101100100101011110011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,253); }

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

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

 a { background-color: rgb(141,159,253); }

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

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

 span { border-color: rgb(141,159,253); }

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