Html Css Color HEX #895CED Medium Slate Blue

📋 copy color: '#895CED'

red 137 ◦ green 92 ◦ blue 237

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

Shades of Medium Slate Blue #895CED

Tints of Medium Slate Blue #895CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

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

R = 29.4%
G = 19.74%
B = 50.86%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#895CED (or 0x895CED) is known color: Medium Slate Blue. HEX triplet: 89, 5C and ED. RGB value is (137,92,237). Sum of RGB (Red+Green+Blue) = 137+92+237=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #895CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CED is #76A312. Grayscale: #797979. Windows color (decimal): -7774995 or 15555721. OLE color: 15555721.

HSL color Cylindrical-coordinate representation of color #895CED: hue angle of 258.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895CED is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 92 237 -
CMYK 0.42 0.61 0 0.07
HSL 258.62º 0.8% 0.65% -
HSV(B) 258.62º 0.61% 0.93% -
XYZ 29.43 19.09 82.25 -
YUV 121.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 137 92 237 0.42 0.61 0 0.07 258.62 0.8 0.65
Hex 89 5C ED 2A 3D 0 7 103 50 41
Octal 211 134 355 52 75 0 7 403 120 101
Binary 10001001 1011100 11101101 101010 111101 0 111 100000011 1010000 1000001

Color Harmonies of #895CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CED

Black with #895CED

Text Example


Text Example

White with #895CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895CED; }

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

 H1.HeaderClassName
 {
   color: #895CED;
 }
 .AnyTagClassName
 {
   color: #895CED;
 }
</style>

background-color css

<style>
 a { background-color: #895CED; }

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

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

border-color css

<style>
 span { border-color: #895CED; }

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

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