Html Css Color HEX #895EFF Light Slate Blue

📋 copy color: '#895EFF'

red 137 ◦ green 94 ◦ blue 255

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

Shades of Light Slate Blue #895EFF

Tints of Light Slate Blue #895EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.34%

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

R = 28.19%
G = 19.34%
B = 52.47%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#895EFF (or 0x895EFF) is known color: Light Slate Blue. HEX triplet: 89, 5E and FF. RGB value is (137,94,255). Sum of RGB (Red+Green+Blue) = 137+94+255=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #895EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895EFF is #76A100. Grayscale: #7C7C7C. Windows color (decimal): -7774465 or 16735881. OLE color: 16735881.

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

Color convert

RGB 137 94 255 -
CMYK 0.46 0.63 0 0
HSL 256.02º 1% 0.68% -
HSV(B) 256.02º 0.63% 1% -
XYZ 32.37 20.54 96.87 -
YUV 125.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 137 94 255 0.46 0.63 0 0 256.02 1 0.68
Hex 89 5E FF 2E 3F 0 0 100 64 44
Octal 211 136 377 56 77 0 0 400 144 104
Binary 10001001 1011110 11111111 101110 111111 0 0 100000000 1100100 1000100

Color Harmonies of #895EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895EFF

Black with #895EFF

Text Example


Text Example

White with #895EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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