Html Css Color HEX #8B7AED Light Slate Blue

📋 copy color: '#8B7AED'

red 139 ◦ green 122 ◦ blue 237

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

Shades of Light Slate Blue #8B7AED

Tints of Light Slate Blue #8B7AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 27.91%
G = 24.5%
B = 47.59%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B7AED (or 0x8B7AED) is known color: Light Slate Blue. HEX triplet: 8B, 7A and ED. RGB value is (139,122,237). Sum of RGB (Red+Green+Blue) = 139+122+237=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7AED is #748512. Grayscale: #8B8B8B. Windows color (decimal): -7636243 or 15563403. OLE color: 15563403.

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

Color convert

RGB 139 122 237 -
CMYK 0.41 0.49 0 0.07
HSL 248.87º 0.76% 0.7% -
HSV(B) 248.87º 0.49% 0.93% -
XYZ 32.89 25.52 83.31 -
YUV 140.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 139 122 237 0.41 0.49 0 0.07 248.87 0.76 0.7
Hex 8B 7A ED 29 31 0 7 F9 4C 46
Octal 213 172 355 51 61 0 7 371 114 106
Binary 10001011 1111010 11101101 101001 110001 0 111 11111001 1001100 1000110

Color Harmonies of #8B7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7AED

Black with #8B7AED

Text Example


Text Example

White with #8B7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,237); }

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

background-color css

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

 a { background-color: rgb(139,122,237); }

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

border-color css

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

 span { border-color: rgb(139,122,237); }

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