Html Css Color HEX #895DFD Light Slate Blue

📋 copy color: '#895DFD'

red 137 ◦ green 93 ◦ blue 253

#895DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #895DFD

Tints of Light Slate Blue #895DFD

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 value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#895DFD (or 0x895DFD) is known color: 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

RGB 137 93 253 -
CMYK 0.46 0.63 0 0.01
HSL 256.5º 0.98% 0.68% -
HSV(B) 256.5º 0.63% 0.99% -
XYZ 31.96 20.24 95.15 -
YUV 124.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 137 93 253 0.46 0.63 0 0.01 256.5 0.98 0.68
Hex 89 5D FD 2E 3F 0 1 100 62 44
Octal 211 135 375 56 77 0 1 400 142 104
Binary 10001001 1011101 11111101 101110 111111 0 1 100000000 1100010 1000100

Color Harmonies of #895DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DFD

Black with #895DFD

Text Example


Text Example

White with #895DFD

Text Example


Text Example

HTML Codes & Css Web 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>