#895AFE

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

Shades of Light Slate Blue #895AFE

Tints of Light Slate Blue #895AFE

Color information

#895AFE (or 0x895AFE) is unknown color: approx Light Slate Blue. HEX triplet: 89, 5A and FE. RGB value is (137,90,254). Sum of RGB (Red+Green+Blue) = 137+90+254=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #895AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AFE is #76A501. Grayscale: #7A7A7A. Windows color (decimal): -7775490 or 16669321. OLE color: 16669321.

HSL color Cylindrical-coordinate representation of color #895AFE: hue angle of 257.2º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #895AFE is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13790254-
CMYK0.460.6500.00
HSL257.2º98.8%67.45%-
HSV(B)257.2º64.57%99.61%-
XYZ31.8619.7995.91-
YUV122.75202.07138.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=28.48%
G=18.71%
B=52.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal137902540.460.6500.00257.298.867.45
Hex895AFE2E41001016343
Octal2111323765610100401143103
Binary1000100110110101111111010111010000010010000000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,90,254); }

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

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

 a { background-color: rgb(137,90,254); }

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

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

 span { border-color: rgb(137,90,254); }

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