Html Css Color HEX #895BFF Light Slate Blue

📋 copy color: '#895BFF'

red 137 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #895BFF

Tints of Light Slate Blue #895BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.84%

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

R = 28.36%
G = 18.84%
B = 52.8%

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

#895BFF (or 0x895BFF) is known color: Light Slate Blue. HEX triplet: 89, 5B and FF. RGB value is (137,91,255). Sum of RGB (Red+Green+Blue) = 137+91+255=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #895BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BFF is #76A400. Grayscale: #7A7A7A. Windows color (decimal): -7775233 or 16735113. OLE color: 16735113.

HSL color Cylindrical-coordinate representation of color #895BFF: hue angle of 256.83º 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 #895BFF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 91 255 -
CMYK 0.46 0.64 0 0
HSL 256.83º 1% 0.68% -
HSV(B) 256.83º 0.64% 1% -
XYZ 32.11 20.02 96.78 -
YUV 123.45 202.24 137.66 -
System Red Green Blue C M Y K H S L
Decimal 137 91 255 0.46 0.64 0 0 256.83 1 0.68
Hex 89 5B FF 2E 40 0 0 101 64 44
Octal 211 133 377 56 100 0 0 401 144 104
Binary 10001001 1011011 11111111 101110 1000000 0 0 100000001 1100100 1000100

Color Harmonies of #895BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895BFF

Black with #895BFF

Text Example


Text Example

White with #895BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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