Html Css Color HEX #8B68EB Medium Slate Blue

📋 copy color: '#8B68EB'

red 139 ◦ green 104 ◦ blue 235

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

Shades of Medium Slate Blue #8B68EB

Tints of Medium Slate Blue #8B68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.76%

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

R = 29.08%
G = 21.76%
B = 49.16%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B68EB (or 0x8B68EB) is known color: Medium Slate Blue. HEX triplet: 8B, 68 and EB. RGB value is (139,104,235). Sum of RGB (Red+Green+Blue) = 139+104+235=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B68EB is #749714. Grayscale: #808080. Windows color (decimal): -7640853 or 15427723. OLE color: 15427723.

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

Color convert

RGB 139 104 235 -
CMYK 0.41 0.56 0 0.08
HSL 256.03º 0.77% 0.66% -
HSV(B) 256.03º 0.56% 0.92% -
XYZ 30.59 21.39 81.11 -
YUV 129.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 139 104 235 0.41 0.56 0 0.08 256.03 0.77 0.66
Hex 8B 68 EB 29 38 0 8 100 4D 42
Octal 213 150 353 51 70 0 10 400 115 102
Binary 10001011 1101000 11101011 101001 111000 0 1000 100000000 1001101 1000010

Color Harmonies of #8B68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B68EB

Black with #8B68EB

Text Example


Text Example

White with #8B68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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