Html Css Color HEX #897DEA Light Slate Blue

📋 copy color: '#897DEA'

red 137 ◦ green 125 ◦ blue 234

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

Shades of Light Slate Blue #897DEA

Tints of Light Slate Blue #897DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 27.62%
G = 25.2%
B = 47.18%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#897DEA (or 0x897DEA) is known color: Light Slate Blue. HEX triplet: 89, 7D and EA. RGB value is (137,125,234). Sum of RGB (Red+Green+Blue) = 137+125+234=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #897DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897DEA is #768215. Grayscale: #8C8C8C. Windows color (decimal): -7766550 or 15367561. OLE color: 15367561.

HSL color Cylindrical-coordinate representation of color #897DEA: hue angle of 246.61º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897DEA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 125 234 -
CMYK 0.41 0.47 0 0.08
HSL 246.61º 0.72% 0.7% -
HSV(B) 246.61º 0.47% 0.92% -
XYZ 32.5 25.93 81.13 -
YUV 141.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 137 125 234 0.41 0.47 0 0.08 246.61 0.72 0.7
Hex 89 7D EA 29 2F 0 8 F7 48 46
Octal 211 175 352 51 57 0 10 367 110 106
Binary 10001001 1111101 11101010 101001 101111 0 1000 11110111 1001000 1000110

Color Harmonies of #897DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DEA

Black with #897DEA

Text Example


Text Example

White with #897DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,125,234); }

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

background-color css

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

 a { background-color: rgb(137,125,234); }

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

border-color css

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

 span { border-color: rgb(137,125,234); }

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