Html Css Color HEX #896EFC Light Slate Blue

📋 copy color: '#896EFC'

red 137 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #896EFC

Tints of Light Slate Blue #896EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.04%

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

R = 27.45%
G = 22.04%
B = 50.5%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#896EFC (or 0x896EFC) is known color: Light Slate Blue. HEX triplet: 89, 6E and FC. RGB value is (137,110,252). Sum of RGB (Red+Green+Blue) = 137+110+252=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #896EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EFC is #769103. Grayscale: #858585. Windows color (decimal): -7770372 or 16543369. OLE color: 16543369.

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

Color convert

RGB 137 110 252 -
CMYK 0.46 0.56 0 0.01
HSL 251.41º 0.96% 0.71% -
HSV(B) 251.41º 0.56% 0.99% -
XYZ 33.46 23.5 94.87 -
YUV 134.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 137 110 252 0.46 0.56 0 0.01 251.41 0.96 0.71
Hex 89 6E FC 2E 38 0 1 FB 60 47
Octal 211 156 374 56 70 0 1 373 140 107
Binary 10001001 1101110 11111100 101110 111000 0 1 11111011 1100000 1000111

Color Harmonies of #896EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896EFC

Black with #896EFC

Text Example


Text Example

White with #896EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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