#8D65FD

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

Shades of Light Slate Blue #8D65FD

Tints of Light Slate Blue #8D65FD

Color information

#8D65FD (or 0x8D65FD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 65 and FD. RGB value is (141,101,253). Sum of RGB (Red+Green+Blue) = 141+101+253=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65FD is #729A02. Grayscale: #818181. Windows color (decimal): -7510531 or 16606605. OLE color: 16606605.

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

Color convert

RGB141101253-
CMYK0.440.6000.01
HSL255.79º97.44%69.41%-
HSV(B)255.79º60.08%99.22%-
XYZ33.3722.0695.43-
YUV130.29197.25135.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=28.48%
G=20.40%
B=51.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411012530.440.6000.01255.7997.4469.41
Hex8D65FD2C3C011006145
Octal215145375547401400141105
Binary100011011100101111111011011001111000110000000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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