Html Css Color HEX #896AFC Light Slate Blue

📋 copy color: '#896AFC'

red 137 ◦ green 106 ◦ blue 252

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

Shades of Light Slate Blue #896AFC

Tints of Light Slate Blue #896AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.41%

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

R = 27.68%
G = 21.41%
B = 50.91%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#896AFC (or 0x896AFC) is known color: Light Slate Blue. HEX triplet: 89, 6A and FC. RGB value is (137,106,252). Sum of RGB (Red+Green+Blue) = 137+106+252=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #896AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AFC is #769503. Grayscale: #838383. Windows color (decimal): -7771396 or 16542345. OLE color: 16542345.

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

Color convert

RGB 137 106 252 -
CMYK 0.46 0.58 0 0.01
HSL 252.74º 0.96% 0.7% -
HSV(B) 252.74º 0.58% 0.99% -
XYZ 33.04 22.65 94.73 -
YUV 131.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 137 106 252 0.46 0.58 0 0.01 252.74 0.96 0.7
Hex 89 6A FC 2E 3A 0 1 FD 60 46
Octal 211 152 374 56 72 0 1 375 140 106
Binary 10001001 1101010 11111100 101110 111010 0 1 11111101 1100000 1000110

Color Harmonies of #896AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AFC

Black with #896AFC

Text Example


Text Example

White with #896AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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