Html Css Color HEX #896CF2 Light Slate Blue

📋 copy color: '#896CF2'

red 137 ◦ green 108 ◦ blue 242

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

Shades of Light Slate Blue #896CF2

Tints of Light Slate Blue #896CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 28.13%
G = 22.18%
B = 49.69%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#896CF2 (or 0x896CF2) is known color: Light Slate Blue. HEX triplet: 89, 6C and F2. RGB value is (137,108,242). Sum of RGB (Red+Green+Blue) = 137+108+242=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #896CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896CF2 is #76930D. Grayscale: #838383. Windows color (decimal): -7770894 or 15887497. OLE color: 15887497.

HSL color Cylindrical-coordinate representation of color #896CF2: hue angle of 252.99º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #896CF2 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 108 242 -
CMYK 0.43 0.55 0 0.05
HSL 252.99º 0.84% 0.69% -
HSV(B) 252.99º 0.55% 0.95% -
XYZ 31.71 22.45 86.67 -
YUV 131.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 137 108 242 0.43 0.55 0 0.05 252.99 0.84 0.69
Hex 89 6C F2 2B 37 0 5 FD 54 45
Octal 211 154 362 53 67 0 5 375 124 105
Binary 10001001 1101100 11110010 101011 110111 0 101 11111101 1010100 1000101

Color Harmonies of #896CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CF2

Black with #896CF2

Text Example


Text Example

White with #896CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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