Html Css Color HEX #8B65EB Medium Slate Blue

📋 copy color: '#8B65EB'

red 139 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #8B65EB

Tints of Medium Slate Blue #8B65EB

RGB

 RED value IS 139 (54.69% from 255) = 29.26%

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

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

R = 29.26%
G = 21.26%
B = 49.47%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B65EB (or 0x8B65EB) is known color: Medium Slate Blue. HEX triplet: 8B, 65 and EB. RGB value is (139,101,235). Sum of RGB (Red+Green+Blue) = 139+101+235=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B65EB is #749A14. Grayscale: #7F7F7F. Windows color (decimal): -7641621 or 15426955. OLE color: 15426955.

HSL color Cylindrical-coordinate representation of color #8B65EB: hue angle of 257.01º 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 #8B65EB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 101 235 -
CMYK 0.41 0.57 0 0.08
HSL 257.01º 0.77% 0.66% -
HSV(B) 257.01º 0.57% 0.92% -
XYZ 30.3 20.79 81.01 -
YUV 127.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 139 101 235 0.41 0.57 0 0.08 257.01 0.77 0.66
Hex 8B 65 EB 29 39 0 8 101 4D 42
Octal 213 145 353 51 71 0 10 401 115 102
Binary 10001011 1100101 11101011 101001 111001 0 1000 100000001 1001101 1000010

Color Harmonies of #8B65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B65EB

Black with #8B65EB

Text Example


Text Example

White with #8B65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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