Html Css Color HEX #8D65FE Light Slate Blue

📋 copy color: '#8D65FE'

red 141 ◦ green 101 ◦ blue 254

#8D65FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8D65FE

Tints of Light Slate Blue #8D65FE

RGB

 RED value IS 141 (55.47% from 255) = 28.43%

 GREEN value IS 101 (39.84% from 255) = 20.36%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 28.43%
G = 20.36%
B = 51.21%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8D65FE (or 0x8D65FE) is known color: Light Slate Blue. HEX triplet: 8D, 65 and FE. RGB value is (141,101,254). Sum of RGB (Red+Green+Blue) = 141+101+254=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65FE is #729A01. Grayscale: #818181. Windows color (decimal): -7510530 or 16672141. OLE color: 16672141.

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

Color convert

RGB 141 101 254 -
CMYK 0.44 0.60 0 0.00
HSL 255.69º 0.99% 0.7% -
HSV(B) 255.69º 0.6% 1% -
XYZ 33.53 22.13 96.27 -
YUV 130.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 141 101 254 0.44 0.60 0 0.00 255.69 0.99 0.7
Hex 8D 65 FE 2C 3C 0 0 100 63 46
Octal 215 145 376 54 74 0 0 400 143 106
Binary 10001101 1100101 11111110 101100 111100 0 0 100000000 1100011 1000110

Color Harmonies of #8D65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D65FE

Black with #8D65FE

Text Example


Text Example

White with #8D65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D65FE;
 }
 .AnyTagClassName
 {
   color: #8D65FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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