#8D96F9

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

Shades of Portage #8D96F9

Tints of Portage #8D96F9

Color information

#8D96F9 (or 0x8D96F9) is unknown color: approx Portage. HEX triplet: 8D, 96 and F9. RGB value is (141,150,249). Sum of RGB (Red+Green+Blue) = 141+150+249=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D96F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D96F9 is #726906. Grayscale: #9E9E9E. Windows color (decimal): -7497991 or 16357005. OLE color: 16357005.

HSL color Cylindrical-coordinate representation of color #8D96F9: hue angle of 235º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D96F9 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141150249-
CMYK0.430.4000.02
HSL235º90%76.47%-
HSV(B)235º43.37%97.65%-
XYZ38.9934.3194.19-
YUV158.6179.02115.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.11%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 249 (97.66% from 255) = 46.11%
R=26.11%
G=27.78%
B=46.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411502490.430.4000.022359076.47
Hex8D96F92B2802eb5a4c
Octal215226371535002353132114
Binary1000110110010110111110011010111010000101110101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,249); }

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

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

 a { background-color: rgb(141,150,249); }

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

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

 span { border-color: rgb(141,150,249); }

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