Html Css Color HEX #8D65F0 Medium Slate Blue

📋 copy color: '#8D65F0'

red 141 ◦ green 101 ◦ blue 240

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

Shades of Medium Slate Blue #8D65F0

Tints of Medium Slate Blue #8D65F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 29.25%
G = 20.95%
B = 49.79%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D65F0 (or 0x8D65F0) is known color: Medium Slate Blue. HEX triplet: 8D, 65 and F0. RGB value is (141,101,240). Sum of RGB (Red+Green+Blue) = 141+101+240=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D65F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65F0 is #729A0F. Grayscale: #808080. Windows color (decimal): -7510544 or 15754637. OLE color: 15754637.

HSL color Cylindrical-coordinate representation of color #8D65F0: hue angle of 257.27º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D65F0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 101 240 -
CMYK 0.41 0.58 0 0.06
HSL 257.27º 0.82% 0.67% -
HSV(B) 257.27º 0.58% 0.94% -
XYZ 31.37 21.26 84.89 -
YUV 128.81 190.75 136.7 -
System Red Green Blue C M Y K H S L
Decimal 141 101 240 0.41 0.58 0 0.06 257.27 0.82 0.67
Hex 8D 65 F0 29 3A 0 6 101 52 43
Octal 215 145 360 51 72 0 6 401 122 103
Binary 10001101 1100101 11110000 101001 111010 0 110 100000001 1010010 1000011

Color Harmonies of #8D65F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D65F0

Black with #8D65F0

Text Example


Text Example

White with #8D65F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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