Html Css Color HEX #8975ED Medium Slate Blue

📋 copy color: '#8975ED'

red 137 ◦ green 117 ◦ blue 237

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

Shades of Medium Slate Blue #8975ED

Tints of Medium Slate Blue #8975ED

RGB

 RED value IS 137 (53.91% from 255) = 27.9%

 GREEN value IS 117 (46.09% from 255) = 23.83%

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

R = 27.9%
G = 23.83%
B = 48.27%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8975ED (or 0x8975ED) is known color: Medium Slate Blue. HEX triplet: 89, 75 and ED. RGB value is (137,117,237). Sum of RGB (Red+Green+Blue) = 137+117+237=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #8975ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8975ED is #768A12. Grayscale: #888888. Windows color (decimal): -7768595 or 15562121. OLE color: 15562121.

HSL color Cylindrical-coordinate representation of color #8975ED: hue angle of 250º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8975ED is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 117 237 -
CMYK 0.42 0.51 0 0.07
HSL 250º 0.77% 0.69% -
HSV(B) 250º 0.51% 0.93% -
XYZ 31.96 24.16 83.1 -
YUV 136.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 137 117 237 0.42 0.51 0 0.07 250 0.77 0.69
Hex 89 75 ED 2A 33 0 7 FA 4D 45
Octal 211 165 355 52 63 0 7 372 115 105
Binary 10001001 1110101 11101101 101010 110011 0 111 11111010 1001101 1000101

Color Harmonies of #8975ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975ED

Black with #8975ED

Text Example


Text Example

White with #8975ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8975ED; }

 p { color: rgb(137,117,237); }

 H1.HeaderClassName
 {
   color: #8975ED;
 }
 .AnyTagClassName
 {
   color: #8975ED;
 }
</style>

background-color css

<style>
 a { background-color: #8975ED; }

 a { background-color: rgb(137,117,237); }

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

border-color css

<style>
 span { border-color: #8975ED; }

 span { border-color: rgb(137,117,237); }

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