Html Css Color HEX #896DFF Light Slate Blue

📋 copy color: '#896DFF'

red 137 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #896DFF

Tints of Light Slate Blue #896DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.76%

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

R = 27.35%
G = 21.76%
B = 50.9%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#896DFF (or 0x896DFF) is known color: Light Slate Blue. HEX triplet: 89, 6D and FF. RGB value is (137,109,255). Sum of RGB (Red+Green+Blue) = 137+109+255=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #896DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DFF is #769200. Grayscale: #858585. Windows color (decimal): -7770625 or 16739721. OLE color: 16739721.

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

Color convert

RGB 137 109 255 -
CMYK 0.46 0.57 0 0
HSL 251.51º 1% 0.71% -
HSV(B) 251.51º 0.57% 1% -
XYZ 33.84 23.48 97.36 -
YUV 134.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 137 109 255 0.46 0.57 0 0 251.51 1 0.71
Hex 89 6D FF 2E 39 0 0 FC 64 47
Octal 211 155 377 56 71 0 0 374 144 107
Binary 10001001 1101101 11111111 101110 111001 0 0 11111100 1100100 1000111

Color Harmonies of #896DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DFF

Black with #896DFF

Text Example


Text Example

White with #896DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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