#8D65F3

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

Shades of Light Slate Blue #8D65F3

Tints of Light Slate Blue #8D65F3

Color information

#8D65F3 (or 0x8D65F3) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 65 and F3. RGB value is (141,101,243). Sum of RGB (Red+Green+Blue) = 141+101+243=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #8D65F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65F3 is #729A0C. Grayscale: #808080. Windows color (decimal): -7510541 or 15951245. OLE color: 15951245.

HSL color Cylindrical-coordinate representation of color #8D65F3: hue angle of 256.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D65F3 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141101243-
CMYK0.420.5800.05
HSL256.9º85.54%67.45%-
HSV(B)256.9º58.44%95.29%-
XYZ31.8221.4487.26-
YUV129.15192.25136.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 243 (95.31% from 255) = 50.10%
R=29.07%
G=20.82%
B=50.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411012430.420.5800.05256.985.5467.45
Hex8D65F32A3A051015643
Octal215145363527205401126103
Binary10001101110010111110011101010111010010110000000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D65F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,243); }

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

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

 a { background-color: rgb(141,101,243); }

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

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

 span { border-color: rgb(141,101,243); }

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