Html Css Color HEX #896EFF Light Slate Blue

📋 copy color: '#896EFF'

red 137 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #896EFF

Tints of Light Slate Blue #896EFF

RGB

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

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

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

R = 27.29%
G = 21.91%
B = 50.8%

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

#896EFF (or 0x896EFF) is known color: Light Slate Blue. HEX triplet: 89, 6E and FF. RGB value is (137,110,255). Sum of RGB (Red+Green+Blue) = 137+110+255=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #896EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EFF is #769100. Grayscale: #868686. Windows color (decimal): -7770369 or 16739977. OLE color: 16739977.

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

Color convert

RGB 137 110 255 -
CMYK 0.46 0.57 0 0
HSL 251.17º 1% 0.72% -
HSV(B) 251.17º 0.57% 1% -
XYZ 33.94 23.69 97.39 -
YUV 134.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 137 110 255 0.46 0.57 0 0 251.17 1 0.72
Hex 89 6E FF 2E 39 0 0 FB 64 48
Octal 211 156 377 56 71 0 0 373 144 110
Binary 10001001 1101110 11111111 101110 111001 0 0 11111011 1100100 1001000

Color Harmonies of #896EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EFF

Black with #896EFF

Text Example


Text Example

White with #896EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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