#895AFD

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

Shades of Light Slate Blue #895AFD

Tints of Light Slate Blue #895AFD

Color information

#895AFD (or 0x895AFD) is unknown color: approx Light Slate Blue. HEX triplet: 89, 5A and FD. RGB value is (137,90,253). Sum of RGB (Red+Green+Blue) = 137+90+253=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #895AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AFD is #76A502. Grayscale: #7A7A7A. Windows color (decimal): -7775491 or 16603785. OLE color: 16603785.

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

Color convert

RGB13790253-
CMYK0.460.6400.01
HSL257.3º97.6%67.25%-
HSV(B)257.3º64.43%99.22%-
XYZ31.719.7295.06-
YUV122.64201.57138.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.54%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=28.54%
G=18.75%
B=52.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal137902530.460.6400.01257.397.667.25
Hex895AFD2E40011016243
Octal2111323755610001401142103
Binary1000100110110101111110110111010000000110000000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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