#898DFD

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

Shades of Light Slate Blue #898DFD

Tints of Light Slate Blue #898DFD

Color information

#898DFD (or 0x898DFD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 8D and FD. RGB value is (137,141,253). Sum of RGB (Red+Green+Blue) = 137+141+253=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #898DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DFD is #767202. Grayscale: #989898. Windows color (decimal): -7762435 or 16616841. OLE color: 16616841.

HSL color Cylindrical-coordinate representation of color #898DFD: hue angle of 237.93º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #898DFD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137141253-
CMYK0.460.4400.01
HSL237.93º96.67%76.47%-
HSV(B)237.93º45.85%99.22%-
XYZ37.5731.4697.02-
YUV152.57184.67116.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=25.80%
G=26.55%
B=47.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371412530.460.4400.01237.9396.6776.47
Hex898DFD2E2C01ee614c
Octal211215375565401356141114
Binary100010011000110111111101101110101100011110111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898DFD; }

 p { color: rgb(137,141,253); }

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

<style>
 a { background-color: #898DFD; }

 a { background-color: rgb(137,141,253); }

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

<style>
 span { border-color: #898DFD; }

 span { border-color: rgb(137,141,253); }

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