Html Css Color HEX #896BFA Light Slate Blue

📋 copy color: '#896BFA'

red 137 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #896BFA

Tints of Light Slate Blue #896BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 27.73%
G = 21.66%
B = 50.61%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#896BFA (or 0x896BFA) is known color: Light Slate Blue. HEX triplet: 89, 6B and FA. RGB value is (137,107,250). Sum of RGB (Red+Green+Blue) = 137+107+250=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #896BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BFA is #769405. Grayscale: #838383. Windows color (decimal): -7771142 or 16411529. OLE color: 16411529.

HSL color Cylindrical-coordinate representation of color #896BFA: hue angle of 252.59º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #896BFA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 107 250 -
CMYK 0.45 0.57 0 0.02
HSL 252.59º 0.93% 0.7% -
HSV(B) 252.59º 0.57% 0.98% -
XYZ 32.83 22.74 93.1 -
YUV 132.27 194.44 131.37 -
System Red Green Blue C M Y K H S L
Decimal 137 107 250 0.45 0.57 0 0.02 252.59 0.93 0.7
Hex 89 6B FA 2D 39 0 2 FD 5D 46
Octal 211 153 372 55 71 0 2 375 135 106
Binary 10001001 1101011 11111010 101101 111001 0 10 11111101 1011101 1000110

Color Harmonies of #896BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BFA

Black with #896BFA

Text Example


Text Example

White with #896BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,250); }

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

background-color css

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

 a { background-color: rgb(137,107,250); }

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

border-color css

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

 span { border-color: rgb(137,107,250); }

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