Html Css Color HEX #895AFF Light Slate Blue

📋 copy color: '#895AFF'

red 137 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #895AFF

Tints of Light Slate Blue #895AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

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

R = 28.42%
G = 18.67%
B = 52.9%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#895AFF (or 0x895AFF) is known color: Light Slate Blue. HEX triplet: 89, 5A and FF. RGB value is (137,90,255). Sum of RGB (Red+Green+Blue) = 137+90+255=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #895AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AFF is #76A500. Grayscale: #7A7A7A. Windows color (decimal): -7775489 or 16734857. OLE color: 16734857.

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

Color convert

RGB 137 90 255 -
CMYK 0.46 0.65 0 0
HSL 257.09º 1% 0.68% -
HSV(B) 257.09º 0.65% 1% -
XYZ 32.02 19.85 96.75 -
YUV 122.86 202.57 138.08 -
System Red Green Blue C M Y K H S L
Decimal 137 90 255 0.46 0.65 0 0 257.09 1 0.68
Hex 89 5A FF 2E 41 0 0 101 64 44
Octal 211 132 377 56 101 0 0 401 144 104
Binary 10001001 1011010 11111111 101110 1000001 0 0 100000001 1100100 1000100

Color Harmonies of #895AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AFF

Black with #895AFF

Text Example


Text Example

White with #895AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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