Html Css Color HEX #896CFF Light Slate Blue

📋 copy color: '#896CFF'

red 137 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #896CFF

Tints of Light Slate Blue #896CFF

RGB

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

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

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

R = 27.4%
G = 21.6%
B = 51%

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

#896CFF (or 0x896CFF) is known color: Light Slate Blue. HEX triplet: 89, 6C and FF. RGB value is (137,108,255). Sum of RGB (Red+Green+Blue) = 137+108+255=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #896CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CFF is #769300. Grayscale: #848484. Windows color (decimal): -7770881 or 16739465. OLE color: 16739465.

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

Color convert

RGB 137 108 255 -
CMYK 0.46 0.58 0 0
HSL 251.84º 1% 0.71% -
HSV(B) 251.84º 0.58% 1% -
XYZ 33.73 23.26 97.32 -
YUV 133.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 137 108 255 0.46 0.58 0 0 251.84 1 0.71
Hex 89 6C FF 2E 3A 0 0 FC 64 47
Octal 211 154 377 56 72 0 0 374 144 107
Binary 10001001 1101100 11111111 101110 111010 0 0 11111100 1100100 1000111

Color Harmonies of #896CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CFF

Black with #896CFF

Text Example


Text Example

White with #896CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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