Html Css Color HEX #8B68EC Medium Slate Blue

📋 copy color: '#8B68EC'

red 139 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #8B68EC

Tints of Medium Slate Blue #8B68EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 29.02%
G = 21.71%
B = 49.27%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B68EC (or 0x8B68EC) is known color: Medium Slate Blue. HEX triplet: 8B, 68 and EC. RGB value is (139,104,236). Sum of RGB (Red+Green+Blue) = 139+104+236=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B68EC is #749713. Grayscale: #818181. Windows color (decimal): -7640852 or 15493259. OLE color: 15493259.

HSL color Cylindrical-coordinate representation of color #8B68EC: hue angle of 255.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B68EC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 104 236 -
CMYK 0.41 0.56 0 0.07
HSL 255.91º 0.78% 0.67% -
HSV(B) 255.91º 0.56% 0.93% -
XYZ 30.74 21.45 81.88 -
YUV 129.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 139 104 236 0.41 0.56 0 0.07 255.91 0.78 0.67
Hex 8B 68 EC 29 38 0 7 100 4E 43
Octal 213 150 354 51 70 0 7 400 116 103
Binary 10001011 1101000 11101100 101001 111000 0 111 100000000 1001110 1000011

Color Harmonies of #8B68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B68EC

Black with #8B68EC

Text Example


Text Example

White with #8B68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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