Html Css Color HEX #897DEC Light Slate Blue

📋 copy color: '#897DEC'

red 137 ◦ green 125 ◦ blue 236

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

Shades of Light Slate Blue #897DEC

Tints of Light Slate Blue #897DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 27.51%
G = 25.1%
B = 47.39%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#897DEC (or 0x897DEC) is known color: Light Slate Blue. HEX triplet: 89, 7D and EC. RGB value is (137,125,236). Sum of RGB (Red+Green+Blue) = 137+125+236=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #897DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897DEC is #768213. Grayscale: #8C8C8C. Windows color (decimal): -7766548 or 15498633. OLE color: 15498633.

HSL color Cylindrical-coordinate representation of color #897DEC: hue angle of 246.49º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #897DEC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 125 236 -
CMYK 0.42 0.47 0 0.07
HSL 246.49º 0.74% 0.71% -
HSV(B) 246.49º 0.47% 0.93% -
XYZ 32.79 26.04 82.66 -
YUV 141.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 137 125 236 0.42 0.47 0 0.07 246.49 0.74 0.71
Hex 89 7D EC 2A 2F 0 7 F6 4A 47
Octal 211 175 354 52 57 0 7 366 112 107
Binary 10001001 1111101 11101100 101010 101111 0 111 11110110 1001010 1000111

Color Harmonies of #897DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897DEC

Black with #897DEC

Text Example


Text Example

White with #897DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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