Html Css Color HEX #896CFE Light Slate Blue

📋 copy color: '#896CFE'

red 137 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #896CFE

Tints of Light Slate Blue #896CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

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

R = 27.45%
G = 21.64%
B = 50.9%

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

#896CFE (or 0x896CFE) is known color: Light Slate Blue. HEX triplet: 89, 6C and FE. RGB value is (137,108,254). Sum of RGB (Red+Green+Blue) = 137+108+254=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #896CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CFE is #769301. Grayscale: #848484. Windows color (decimal): -7770882 or 16673929. OLE color: 16673929.

HSL color Cylindrical-coordinate representation of color #896CFE: hue angle of 251.92º 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 #896CFE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 108 254 -
CMYK 0.46 0.57 0 0.00
HSL 251.92º 0.99% 0.71% -
HSV(B) 251.92º 0.57% 1% -
XYZ 33.57 23.2 96.47 -
YUV 133.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 137 108 254 0.46 0.57 0 0.00 251.92 0.99 0.71
Hex 89 6C FE 2E 39 0 0 FC 63 47
Octal 211 154 376 56 71 0 0 374 143 107
Binary 10001001 1101100 11111110 101110 111001 0 0 11111100 1100011 1000111

Color Harmonies of #896CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CFE

Black with #896CFE

Text Example


Text Example

White with #896CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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