Html Css Color HEX #8965EB Medium Slate Blue

📋 copy color: '#8965EB'

red 137 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #8965EB

Tints of Medium Slate Blue #8965EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 28.96%
G = 21.35%
B = 49.68%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8965EB (or 0x8965EB) is known color: Medium Slate Blue. HEX triplet: 89, 65 and EB. RGB value is (137,101,235). Sum of RGB (Red+Green+Blue) = 137+101+235=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #8965EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965EB is #769A14. Grayscale: #7E7E7E. Windows color (decimal): -7772693 or 15426953. OLE color: 15426953.

HSL color Cylindrical-coordinate representation of color #8965EB: hue angle of 256.12º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8965EB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 101 235 -
CMYK 0.42 0.57 0 0.08
HSL 256.12º 0.77% 0.66% -
HSV(B) 256.12º 0.57% 0.92% -
XYZ 29.97 20.62 81 -
YUV 127.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 137 101 235 0.42 0.57 0 0.08 256.12 0.77 0.66
Hex 89 65 EB 2A 39 0 8 100 4D 42
Octal 211 145 353 52 71 0 10 400 115 102
Binary 10001001 1100101 11101011 101010 111001 0 1000 100000000 1001101 1000010

Color Harmonies of #8965EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965EB

Black with #8965EB

Text Example


Text Example

White with #8965EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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