Html Css Color HEX #896CFB Light Slate Blue

📋 copy color: '#896CFB'

red 137 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #896CFB

Tints of Light Slate Blue #896CFB

RGB

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

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

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

R = 27.62%
G = 21.77%
B = 50.6%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#896CFB (or 0x896CFB) is known color: Light Slate Blue. HEX triplet: 89, 6C and FB. RGB value is (137,108,251). Sum of RGB (Red+Green+Blue) = 137+108+251=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #896CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CFB is #769304. Grayscale: #848484. Windows color (decimal): -7770885 or 16477321. OLE color: 16477321.

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

Color convert

RGB 137 108 251 -
CMYK 0.45 0.57 0 0.02
HSL 252.17º 0.95% 0.7% -
HSV(B) 252.17º 0.57% 0.98% -
XYZ 33.09 23.01 93.96 -
YUV 132.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 137 108 251 0.45 0.57 0 0.02 252.17 0.95 0.7
Hex 89 6C FB 2D 39 0 2 FC 5F 46
Octal 211 154 373 55 71 0 2 374 137 106
Binary 10001001 1101100 11111011 101101 111001 0 10 11111100 1011111 1000110

Color Harmonies of #896CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CFB

Black with #896CFB

Text Example


Text Example

White with #896CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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