#897DED

Color #897DED Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #897DED

Tints of Light Slate Blue #897DED

Color information

#897DED (or 0x897DED) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7D and ED. RGB value is (137,125,237). Sum of RGB (Red+Green+Blue) = 137+125+237=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #897DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897DED is #768212. Grayscale: #8C8C8C. Windows color (decimal): -7766547 or 15564169. OLE color: 15564169.

HSL color Cylindrical-coordinate representation of color #897DED: hue angle of 246.43º degrees, saturation: 0.76, 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 #897DED is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137125237-
CMYK0.420.4700.07
HSL246.43º75.68%70.98%-
HSV(B)246.43º47.26%92.94%-
XYZ32.9426.183.42-
YUV141.36181.98124.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=27.45%
G=25.05%
B=47.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371252370.420.4700.07246.4375.6870.98
Hex897DED2A2F07f64c47
Octal211175355525707366114107
Binary1000100111111011110110110101010111101111111011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #897DED;
 }
 .AnyTagClassName
 {
   color: #897DED;
 }
</style>
background-color css

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

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

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

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

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

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