#895EFA

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

Shades of Light Slate Blue #895EFA

Tints of Light Slate Blue #895EFA

Color information

#895EFA (or 0x895EFA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 5E and FA. RGB value is (137,94,250). Sum of RGB (Red+Green+Blue) = 137+94+250=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #895EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895EFA is #76A105. Grayscale: #7C7C7C. Windows color (decimal): -7774470 or 16408201. OLE color: 16408201.

HSL color Cylindrical-coordinate representation of color #895EFA: hue angle of 256.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895EFA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13794250-
CMYK0.450.6200.02
HSL256.54º93.98%67.45%-
HSV(B)256.54º62.4%98.04%-
XYZ31.5720.2392.68-
YUV124.64198.75136.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=28.48%
G=19.54%
B=51.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal137942500.450.6200.02256.5493.9867.45
Hex895EFA2D3E021015e43
Octal211136372557602401136103
Binary1000100110111101111101010110111111001010000000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,94,250); }

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

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

 a { background-color: rgb(137,94,250); }

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

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

 span { border-color: rgb(137,94,250); }

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