Html Css Color HEX #8965EF Medium Slate Blue

📋 copy color: '#8965EF'

red 137 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #8965EF

Tints of Medium Slate Blue #8965EF

RGB

 RED value IS 137 (53.91% from 255) = 28.72%

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

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 28.72%
G = 21.17%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8965EF (or 0x8965EF) is known color: Medium Slate Blue. HEX triplet: 89, 65 and EF. RGB value is (137,101,239). Sum of RGB (Red+Green+Blue) = 137+101+239=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #8965EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965EF is #769A10. Grayscale: #7E7E7E. Windows color (decimal): -7772689 or 15689097. OLE color: 15689097.

HSL color Cylindrical-coordinate representation of color #8965EF: hue angle of 255.65º degrees, saturation: 0.81, 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 #8965EF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 101 239 -
CMYK 0.43 0.58 0 0.06
HSL 255.65º 0.81% 0.67% -
HSV(B) 255.65º 0.58% 0.94% -
XYZ 30.55 20.86 84.08 -
YUV 127.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 137 101 239 0.43 0.58 0 0.06 255.65 0.81 0.67
Hex 89 65 EF 2B 3A 0 6 100 51 43
Octal 211 145 357 53 72 0 6 400 121 103
Binary 10001001 1100101 11101111 101011 111010 0 110 100000000 1010001 1000011

Color Harmonies of #8965EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965EF

Black with #8965EF

Text Example


Text Example

White with #8965EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8965EF; }

 p { color: rgb(137,101,239); }

 H1.HeaderClassName
 {
   color: #8965EF;
 }
 .AnyTagClassName
 {
   color: #8965EF;
 }
</style>

background-color css

<style>
 a { background-color: #8965EF; }

 a { background-color: rgb(137,101,239); }

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

border-color css

<style>
 span { border-color: #8965EF; }

 span { border-color: rgb(137,101,239); }

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