#895DFD

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

Shades of Light Slate Blue #895DFD

Tints of Light Slate Blue #895DFD

Color information

#895DFD (or 0x895DFD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 5D and FD. RGB value is (137,93,253). Sum of RGB (Red+Green+Blue) = 137+93+253=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #895DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DFD is #76A202. Grayscale: #7B7B7B. Windows color (decimal): -7774723 or 16604553. OLE color: 16604553.

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

Color convert

RGB13793253-
CMYK0.460.6300.01
HSL256.5º97.56%67.84%-
HSV(B)256.5º63.24%99.22%-
XYZ31.9620.2495.15-
YUV124.4200.58136.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=28.36%
G=19.25%
B=52.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal137932530.460.6300.01256.597.5667.84
Hex895DFD2E3F011006244
Octal211135375567701400142104
Binary100010011011101111111011011101111110110000000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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