#8d7fb0

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

Shades of Deluge #8D7FB0

Tints of Deluge #8D7FB0

Color information

#8D7FB0 (or 0x8D7FB0) is unknown color: approx Deluge. HEX triplet: 8D, 7F and B0. RGB value is (141,127,176). Sum of RGB (Red+Green+Blue) = 141+127+176=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #8D7FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FB0 is #72804F. Grayscale: #888888. Windows color (decimal): -7503952 or 11566989. OLE color: 11566989.

HSL color Cylindrical-coordinate representation of color #8D7FB0: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7FB0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141127176-
CMYK0.200.2800.31
HSL257.14º23.67%59.41%-
HSV(B)257.14º27.84%69.02%-
XYZ26.4123.9844.31-
YUV136.77150.14131.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=31.76%
G=28.60%
B=39.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411271760.200.2800.31257.1423.6759.41
Hex8D7FB0141C01F101183b
Octal21517726024340374013073
Binary10001101111111110110000101001110001111110000000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d7fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,176); }

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

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

 a { background-color: rgb(141,127,176); }

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

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

 span { border-color: rgb(141,127,176); }

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