Html Css Color HEX #896AFE Light Slate Blue

📋 copy color: '#896AFE'

red 137 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #896AFE

Tints of Light Slate Blue #896AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

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

R = 27.57%
G = 21.33%
B = 51.11%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#896AFE (or 0x896AFE) is known color: Light Slate Blue. HEX triplet: 89, 6A and FE. RGB value is (137,106,254). Sum of RGB (Red+Green+Blue) = 137+106+254=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #896AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AFE is #769501. Grayscale: #838383. Windows color (decimal): -7771394 or 16673417. OLE color: 16673417.

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

Color convert

RGB 137 106 254 -
CMYK 0.46 0.58 0 0.00
HSL 252.57º 0.99% 0.71% -
HSV(B) 252.57º 0.58% 1% -
XYZ 33.36 22.78 96.41 -
YUV 132.14 196.77 131.47 -
System Red Green Blue C M Y K H S L
Decimal 137 106 254 0.46 0.58 0 0.00 252.57 0.99 0.71
Hex 89 6A FE 2E 3A 0 0 FD 63 47
Octal 211 152 376 56 72 0 0 375 143 107
Binary 10001001 1101010 11111110 101110 111010 0 0 11111101 1100011 1000111

Color Harmonies of #896AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AFE

Black with #896AFE

Text Example


Text Example

White with #896AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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