Html Css Color HEX #897EFE Light Slate Blue

📋 copy color: '#897EFE'

red 137 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #897EFE

Tints of Light Slate Blue #897EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.37%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 26.5%
G = 24.37%
B = 49.13%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#897EFE (or 0x897EFE) is known color: Light Slate Blue. HEX triplet: 89, 7E and FE. RGB value is (137,126,254). Sum of RGB (Red+Green+Blue) = 137+126+254=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #897EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897EFE is #768101. Grayscale: #8F8F8F. Windows color (decimal): -7766274 or 16678537. OLE color: 16678537.

HSL color Cylindrical-coordinate representation of color #897EFE: hue angle of 245.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897EFE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 126 254 -
CMYK 0.46 0.50 0 0.00
HSL 245.16º 0.98% 0.75% -
HSV(B) 245.16º 0.5% 1% -
XYZ 35.67 27.4 97.17 -
YUV 143.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 137 126 254 0.46 0.50 0 0.00 245.16 0.98 0.75
Hex 89 7E FE 2E 32 0 0 F5 62 4B
Octal 211 176 376 56 62 0 0 365 142 113
Binary 10001001 1111110 11111110 101110 110010 0 0 11110101 1100010 1001011

Color Harmonies of #897EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897EFE

Black with #897EFE

Text Example


Text Example

White with #897EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897EFE; }

 p { color: rgb(137,126,254); }

 H1.HeaderClassName
 {
   color: #897EFE;
 }
 .AnyTagClassName
 {
   color: #897EFE;
 }
</style>

background-color css

<style>
 a { background-color: #897EFE; }

 a { background-color: rgb(137,126,254); }

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

border-color css

<style>
 span { border-color: #897EFE; }

 span { border-color: rgb(137,126,254); }

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