Html Css Color HEX #896DFC Light Slate Blue

📋 copy color: '#896DFC'

red 137 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #896DFC

Tints of Light Slate Blue #896DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 27.51%
G = 21.89%
B = 50.6%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#896DFC (or 0x896DFC) is known color: Light Slate Blue. HEX triplet: 89, 6D and FC. RGB value is (137,109,252). Sum of RGB (Red+Green+Blue) = 137+109+252=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #896DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896DFC is #769203. Grayscale: #858585. Windows color (decimal): -7770628 or 16543113. OLE color: 16543113.

HSL color Cylindrical-coordinate representation of color #896DFC: hue angle of 251.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #896DFC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 109 252 -
CMYK 0.46 0.57 0 0.01
HSL 251.75º 0.96% 0.71% -
HSV(B) 251.75º 0.57% 0.99% -
XYZ 33.36 23.28 94.83 -
YUV 133.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 137 109 252 0.46 0.57 0 0.01 251.75 0.96 0.71
Hex 89 6D FC 2E 39 0 1 FC 60 47
Octal 211 155 374 56 71 0 1 374 140 107
Binary 10001001 1101101 11111100 101110 111001 0 1 11111100 1100000 1000111

Color Harmonies of #896DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DFC

Black with #896DFC

Text Example


Text Example

White with #896DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,252); }

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

background-color css

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

 a { background-color: rgb(137,109,252); }

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

border-color css

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

 span { border-color: rgb(137,109,252); }

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