Html Css Color HEX #896DFE Light Slate Blue

📋 copy color: '#896DFE'

red 137 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #896DFE

Tints of Light Slate Blue #896DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 27.4%
G = 21.8%
B = 50.8%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#896DFE (or 0x896DFE) is known color: Light Slate Blue. HEX triplet: 89, 6D and FE. RGB value is (137,109,254). Sum of RGB (Red+Green+Blue) = 137+109+254=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #896DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DFE is #769201. Grayscale: #858585. Windows color (decimal): -7770626 or 16674185. OLE color: 16674185.

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

Color convert

RGB 137 109 254 -
CMYK 0.46 0.57 0 0.00
HSL 251.59º 0.99% 0.71% -
HSV(B) 251.59º 0.57% 1% -
XYZ 33.67 23.41 96.51 -
YUV 133.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 137 109 254 0.46 0.57 0 0.00 251.59 0.99 0.71
Hex 89 6D FE 2E 39 0 0 FC 63 47
Octal 211 155 376 56 71 0 0 374 143 107
Binary 10001001 1101101 11111110 101110 111001 0 0 11111100 1100011 1000111

Color Harmonies of #896DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DFE

Black with #896DFE

Text Example


Text Example

White with #896DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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