Html Css Color HEX #896EF5 Light Slate Blue

📋 copy color: '#896EF5'

red 137 ◦ green 110 ◦ blue 245

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

Shades of Light Slate Blue #896EF5

Tints of Light Slate Blue #896EF5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 27.85%
G = 22.36%
B = 49.8%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#896EF5 (or 0x896EF5) is known color: Light Slate Blue. HEX triplet: 89, 6E and F5. RGB value is (137,110,245). Sum of RGB (Red+Green+Blue) = 137+110+245=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #896EF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EF5 is #76910A. Grayscale: #848484. Windows color (decimal): -7770379 or 16084617. OLE color: 16084617.

HSL color Cylindrical-coordinate representation of color #896EF5: hue angle of 252º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #896EF5 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 110 245 -
CMYK 0.44 0.55 0 0.04
HSL 252º 0.87% 0.7% -
HSV(B) 252º 0.55% 0.96% -
XYZ 32.37 23.06 89.13 -
YUV 133.46 190.95 130.52 -
System Red Green Blue C M Y K H S L
Decimal 137 110 245 0.44 0.55 0 0.04 252 0.87 0.7
Hex 89 6E F5 2C 37 0 4 FC 57 46
Octal 211 156 365 54 67 0 4 374 127 106
Binary 10001001 1101110 11110101 101100 110111 0 100 11111100 1010111 1000110

Color Harmonies of #896EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EF5

Black with #896EF5

Text Example


Text Example

White with #896EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,110,245); }

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

background-color css

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

 a { background-color: rgb(137,110,245); }

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

border-color css

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

 span { border-color: rgb(137,110,245); }

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