#897DFC

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

Shades of Light Slate Blue #897DFC

Tints of Light Slate Blue #897DFC

Color information

#897DFC (or 0x897DFC) is unknown color: approx Light Slate Blue. HEX triplet: 89, 7D and FC. RGB value is (137,125,252). Sum of RGB (Red+Green+Blue) = 137+125+252=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #897DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897DFC is #768203. Grayscale: #8E8E8E. Windows color (decimal): -7766532 or 16547209. OLE color: 16547209.

HSL color Cylindrical-coordinate representation of color #897DFC: hue angle of 245.67º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #897DFC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137125252-
CMYK0.460.5000.01
HSL245.67º95.49%73.92%-
HSV(B)245.67º50.4%98.82%-
XYZ35.2227.0195.45-
YUV143.07189.48123.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=26.65%
G=24.32%
B=49.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371252520.460.5000.01245.6795.4973.92
Hex897DFC2E3201f65f4a
Octal211175374566201366137112
Binary10001001111110111111100101110110010011111011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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