Html Css Color HEX #896FFF Light Slate Blue

📋 copy color: '#896FFF'

red 137 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #896FFF

Tints of Light Slate Blue #896FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

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

R = 27.24%
G = 22.07%
B = 50.7%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#896FFF (or 0x896FFF) is known color: Light Slate Blue. HEX triplet: 89, 6F and FF. RGB value is (137,111,255). Sum of RGB (Red+Green+Blue) = 137+111+255=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #896FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFF is #769000. Grayscale: #868686. Windows color (decimal): -7770113 or 16740233. OLE color: 16740233.

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

Color convert

RGB 137 111 255 -
CMYK 0.46 0.56 0 0
HSL 250.83º 1% 0.72% -
HSV(B) 250.83º 0.56% 1% -
XYZ 34.05 23.91 97.43 -
YUV 135.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 137 111 255 0.46 0.56 0 0 250.83 1 0.72
Hex 89 6F FF 2E 38 0 0 FB 64 48
Octal 211 157 377 56 70 0 0 373 144 110
Binary 10001001 1101111 11111111 101110 111000 0 0 11111011 1100100 1001000

Color Harmonies of #896FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FFF

Black with #896FFF

Text Example


Text Example

White with #896FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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