Html Css Color HEX #895DFF Light Slate Blue

📋 copy color: '#895DFF'

red 137 ◦ green 93 ◦ blue 255

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

Shades of Light Slate Blue #895DFF

Tints of Light Slate Blue #895DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 28.25%
G = 19.18%
B = 52.58%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#895DFF (or 0x895DFF) is known color: Light Slate Blue. HEX triplet: 89, 5D and FF. RGB value is (137,93,255). Sum of RGB (Red+Green+Blue) = 137+93+255=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #895DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DFF is #76A200. Grayscale: #7C7C7C. Windows color (decimal): -7774721 or 16735625. OLE color: 16735625.

HSL color Cylindrical-coordinate representation of color #895DFF: hue angle of 256.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #895DFF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 93 255 -
CMYK 0.46 0.64 0 0
HSL 256.3º 1% 0.68% -
HSV(B) 256.3º 0.64% 1% -
XYZ 32.28 20.37 96.84 -
YUV 124.62 201.58 136.83 -
System Red Green Blue C M Y K H S L
Decimal 137 93 255 0.46 0.64 0 0 256.3 1 0.68
Hex 89 5D FF 2E 40 0 0 100 64 44
Octal 211 135 377 56 100 0 0 400 144 104
Binary 10001001 1011101 11111111 101110 1000000 0 0 100000000 1100100 1000100

Color Harmonies of #895DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DFF

Black with #895DFF

Text Example


Text Example

White with #895DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,255); }

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

background-color css

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

 a { background-color: rgb(137,93,255); }

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

border-color css

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

 span { border-color: rgb(137,93,255); }

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