Html Css Color HEX #8A7AE8 Medium Slate Blue

📋 copy color: '#8A7AE8'

red 138 ◦ green 122 ◦ blue 232

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

Shades of Medium Slate Blue #8A7AE8

Tints of Medium Slate Blue #8A7AE8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.8%

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 28.05%
G = 24.8%
B = 47.15%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8A7AE8 (or 0x8A7AE8) is known color: Medium Slate Blue. HEX triplet: 8A, 7A and E8. RGB value is (138,122,232). Sum of RGB (Red+Green+Blue) = 138+122+232=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A7AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7AE8 is #758517. Grayscale: #8A8A8A. Windows color (decimal): -7701784 or 15235722. OLE color: 15235722.

HSL color Cylindrical-coordinate representation of color #8A7AE8: hue angle of 248.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7AE8 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 122 232 -
CMYK 0.41 0.47 0 0.09
HSL 248.73º 0.71% 0.69% -
HSV(B) 248.73º 0.47% 0.91% -
XYZ 32.01 25.15 79.51 -
YUV 139.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 138 122 232 0.41 0.47 0 0.09 248.73 0.71 0.69
Hex 8A 7A E8 29 2F 0 9 F9 47 45
Octal 212 172 350 51 57 0 11 371 107 105
Binary 10001010 1111010 11101000 101001 101111 0 1001 11111001 1000111 1000101

Color Harmonies of #8A7AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7AE8

Black with #8A7AE8

Text Example


Text Example

White with #8A7AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,122,232); }

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

background-color css

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

 a { background-color: rgb(138,122,232); }

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

border-color css

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

 span { border-color: rgb(138,122,232); }

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