#8D67FD

Color #8D67FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8D67FD

Tints of Light Slate Blue #8D67FD

Color information

#8D67FD (or 0x8D67FD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 67 and FD. RGB value is (141,103,253). Sum of RGB (Red+Green+Blue) = 141+103+253=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D67FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D67FD is #729802. Grayscale: #828282. Windows color (decimal): -7510019 or 16607117. OLE color: 16607117.

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

Color convert

RGB141103253-
CMYK0.440.5900.01
HSL255.2º97.4%69.8%-
HSV(B)255.2º59.29%99.22%-
XYZ33.5622.4695.49-
YUV131.46196.59134.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 253 (99.22% from 255) = 50.91%
R=28.37%
G=20.72%
B=50.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411032530.440.5900.01255.297.469.8
Hex8D67FD2C3B01ff6146
Octal215147375547301377141106
Binary10001101110011111111101101100111011011111111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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