Html Css Color HEX #896BFE Light Slate Blue

📋 copy color: '#896BFE'

red 137 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #896BFE

Tints of Light Slate Blue #896BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

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

R = 27.51%
G = 21.49%
B = 51%

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

#896BFE (or 0x896BFE) is known color: Light Slate Blue. HEX triplet: 89, 6B and FE. RGB value is (137,107,254). Sum of RGB (Red+Green+Blue) = 137+107+254=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #896BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BFE is #769401. Grayscale: #848484. Windows color (decimal): -7771138 or 16673673. OLE color: 16673673.

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

Color convert

RGB 137 107 254 -
CMYK 0.46 0.58 0 0.00
HSL 252.24º 0.99% 0.71% -
HSV(B) 252.24º 0.58% 1% -
XYZ 33.46 22.99 96.44 -
YUV 132.73 196.44 131.05 -
System Red Green Blue C M Y K H S L
Decimal 137 107 254 0.46 0.58 0 0.00 252.24 0.99 0.71
Hex 89 6B FE 2E 3A 0 0 FC 63 47
Octal 211 153 376 56 72 0 0 374 143 107
Binary 10001001 1101011 11111110 101110 111010 0 0 11111100 1100011 1000111

Color Harmonies of #896BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BFE

Black with #896BFE

Text Example


Text Example

White with #896BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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