Html Css Color HEX #8A68EB Medium Slate Blue

📋 copy color: '#8A68EB'

red 138 ◦ green 104 ◦ blue 235

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

Shades of Medium Slate Blue #8A68EB

Tints of Medium Slate Blue #8A68EB

RGB

 RED value IS 138 (54.3% from 255) = 28.93%

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

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

R = 28.93%
G = 21.8%
B = 49.27%

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

#8A68EB (or 0x8A68EB) is known color: Medium Slate Blue. HEX triplet: 8A, 68 and EB. RGB value is (138,104,235). Sum of RGB (Red+Green+Blue) = 138+104+235=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A68EB is #759714. Grayscale: #808080. Windows color (decimal): -7706389 or 15427722. OLE color: 15427722.

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

Color convert

RGB 138 104 235 -
CMYK 0.41 0.56 0 0.08
HSL 255.57º 0.77% 0.66% -
HSV(B) 255.57º 0.56% 0.92% -
XYZ 30.43 21.3 81.11 -
YUV 129.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 138 104 235 0.41 0.56 0 0.08 255.57 0.77 0.66
Hex 8A 68 EB 29 38 0 8 100 4D 42
Octal 212 150 353 51 70 0 10 400 115 102
Binary 10001010 1101000 11101011 101001 111000 0 1000 100000000 1001101 1000010

Color Harmonies of #8A68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A68EB

Black with #8A68EB

Text Example


Text Example

White with #8A68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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