Html Css Color HEX #896EF4 Light Slate Blue

📋 copy color: '#896EF4'

red 137 ◦ green 110 ◦ blue 244

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

Shades of Light Slate Blue #896EF4

Tints of Light Slate Blue #896EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.69%

R = 27.9%
G = 22.4%
B = 49.69%

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

#896EF4 (or 0x896EF4) is known color: Light Slate Blue. HEX triplet: 89, 6E and F4. RGB value is (137,110,244). Sum of RGB (Red+Green+Blue) = 137+110+244=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #896EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EF4 is #76910B. Grayscale: #848484. Windows color (decimal): -7770380 or 16019081. OLE color: 16019081.

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

Color convert

RGB 137 110 244 -
CMYK 0.44 0.55 0 0.04
HSL 252.09º 0.86% 0.69% -
HSV(B) 252.09º 0.55% 0.96% -
XYZ 32.22 23 88.33 -
YUV 133.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 137 110 244 0.44 0.55 0 0.04 252.09 0.86 0.69
Hex 89 6E F4 2C 37 0 4 FC 56 45
Octal 211 156 364 54 67 0 4 374 126 105
Binary 10001001 1101110 11110100 101100 110111 0 100 11111100 1010110 1000101

Color Harmonies of #896EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EF4

Black with #896EF4

Text Example


Text Example

White with #896EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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