Html Css Color HEX #896FFD Light Slate Blue

📋 copy color: '#896FFD'

red 137 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #896FFD

Tints of Light Slate Blue #896FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 27.35%
G = 22.16%
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

#896FFD (or 0x896FFD) is known color: Light Slate Blue. HEX triplet: 89, 6F and FD. RGB value is (137,111,253). Sum of RGB (Red+Green+Blue) = 137+111+253=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #896FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FFD is #769002. Grayscale: #868686. Windows color (decimal): -7770115 or 16609161. OLE color: 16609161.

HSL color Cylindrical-coordinate representation of color #896FFD: hue angle of 250.99º degrees, saturation: 0.97, 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 #896FFD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 111 253 -
CMYK 0.46 0.56 0 0.01
HSL 250.99º 0.97% 0.71% -
HSV(B) 250.99º 0.56% 0.99% -
XYZ 33.73 23.78 95.74 -
YUV 134.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 137 111 253 0.46 0.56 0 0.01 250.99 0.97 0.71
Hex 89 6F FD 2E 38 0 1 FB 61 47
Octal 211 157 375 56 70 0 1 373 141 107
Binary 10001001 1101111 11111101 101110 111000 0 1 11111011 1100001 1000111

Color Harmonies of #896FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FFD

Black with #896FFD

Text Example


Text Example

White with #896FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,253); }

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

background-color css

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

 a { background-color: rgb(137,111,253); }

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

border-color css

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

 span { border-color: rgb(137,111,253); }

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