Html Css Color HEX #896BFF Light Slate Blue

📋 copy color: '#896BFF'

red 137 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #896BFF

Tints of Light Slate Blue #896BFF

RGB

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

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

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

R = 27.45%
G = 21.44%
B = 51.1%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#896BFF (or 0x896BFF) is known color: Light Slate Blue. HEX triplet: 89, 6B and FF. RGB value is (137,107,255). Sum of RGB (Red+Green+Blue) = 137+107+255=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #896BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BFF is #769400. Grayscale: #848484. Windows color (decimal): -7771137 or 16739209. OLE color: 16739209.

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

Color convert

RGB 137 107 255 -
CMYK 0.46 0.58 0 0
HSL 252.16º 1% 0.71% -
HSV(B) 252.16º 0.58% 1% -
XYZ 33.62 23.05 97.29 -
YUV 132.84 196.94 130.97 -
System Red Green Blue C M Y K H S L
Decimal 137 107 255 0.46 0.58 0 0 252.16 1 0.71
Hex 89 6B FF 2E 3A 0 0 FC 64 47
Octal 211 153 377 56 72 0 0 374 144 107
Binary 10001001 1101011 11111111 101110 111010 0 0 11111100 1100100 1000111

Color Harmonies of #896BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BFF

Black with #896BFF

Text Example


Text Example

White with #896BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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