Html Css Color HEX #896EFB Light Slate Blue

📋 copy color: '#896EFB'

red 137 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #896EFB

Tints of Light Slate Blue #896EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 27.51%
G = 22.09%
B = 50.4%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#896EFB (or 0x896EFB) is known color: Light Slate Blue. HEX triplet: 89, 6E and FB. RGB value is (137,110,251). Sum of RGB (Red+Green+Blue) = 137+110+251=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #896EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EFB is #769104. Grayscale: #858585. Windows color (decimal): -7770373 or 16477833. OLE color: 16477833.

HSL color Cylindrical-coordinate representation of color #896EFB: hue angle of 251.49º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896EFB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 110 251 -
CMYK 0.45 0.56 0 0.02
HSL 251.49º 0.95% 0.71% -
HSV(B) 251.49º 0.56% 0.98% -
XYZ 33.31 23.44 94.03 -
YUV 134.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 137 110 251 0.45 0.56 0 0.02 251.49 0.95 0.71
Hex 89 6E FB 2D 38 0 2 FB 5F 47
Octal 211 156 373 55 70 0 2 373 137 107
Binary 10001001 1101110 11111011 101101 111000 0 10 11111011 1011111 1000111

Color Harmonies of #896EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EFB

Black with #896EFB

Text Example


Text Example

White with #896EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,110,251); }

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

background-color css

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

 a { background-color: rgb(137,110,251); }

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

border-color css

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

 span { border-color: rgb(137,110,251); }

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