Html Css Color HEX #896CFA Light Slate Blue

📋 copy color: '#896CFA'

red 137 ◦ green 108 ◦ blue 250

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

Shades of Light Slate Blue #896CFA

Tints of Light Slate Blue #896CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 27.68%
G = 21.82%
B = 50.51%

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

#896CFA (or 0x896CFA) is known color: Light Slate Blue. HEX triplet: 89, 6C and FA. RGB value is (137,108,250). Sum of RGB (Red+Green+Blue) = 137+108+250=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #896CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CFA is #769305. Grayscale: #848484. Windows color (decimal): -7770886 or 16411785. OLE color: 16411785.

HSL color Cylindrical-coordinate representation of color #896CFA: hue angle of 252.25º degrees, saturation: 0.93, 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 #896CFA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 108 250 -
CMYK 0.45 0.57 0 0.02
HSL 252.25º 0.93% 0.7% -
HSV(B) 252.25º 0.57% 0.98% -
XYZ 32.93 22.95 93.14 -
YUV 132.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 137 108 250 0.45 0.57 0 0.02 252.25 0.93 0.7
Hex 89 6C FA 2D 39 0 2 FC 5D 46
Octal 211 154 372 55 71 0 2 374 135 106
Binary 10001001 1101100 11111010 101101 111001 0 10 11111100 1011101 1000110

Color Harmonies of #896CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CFA

Black with #896CFA

Text Example


Text Example

White with #896CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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