Html Css Color HEX #8A77EB Medium Slate Blue

📋 copy color: '#8A77EB'

red 138 ◦ green 119 ◦ blue 235

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

Shades of Medium Slate Blue #8A77EB

Tints of Medium Slate Blue #8A77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.19%

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

R = 28.05%
G = 24.19%
B = 47.76%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A77EB (or 0x8A77EB) is known color: Medium Slate Blue. HEX triplet: 8A, 77 and EB. RGB value is (138,119,235). Sum of RGB (Red+Green+Blue) = 138+119+235=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A77EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A77EB is #758814. Grayscale: #898989. Windows color (decimal): -7702549 or 15431562. OLE color: 15431562.

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

Color convert

RGB 138 119 235 -
CMYK 0.41 0.49 0 0.08
HSL 249.83º 0.74% 0.69% -
HSV(B) 249.83º 0.49% 0.92% -
XYZ 32.07 24.6 81.65 -
YUV 137.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 138 119 235 0.41 0.49 0 0.08 249.83 0.74 0.69
Hex 8A 77 EB 29 31 0 8 FA 4A 45
Octal 212 167 353 51 61 0 10 372 112 105
Binary 10001010 1110111 11101011 101001 110001 0 1000 11111010 1001010 1000101

Color Harmonies of #8A77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77EB

Black with #8A77EB

Text Example


Text Example

White with #8A77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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