Html Css Color HEX #895EFD Light Slate Blue

📋 copy color: '#895EFD'

red 137 ◦ green 94 ◦ blue 253

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

Shades of Light Slate Blue #895EFD

Tints of Light Slate Blue #895EFD

RGB

 RED value IS 137 (53.91% from 255) = 28.31%

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 28.31%
G = 19.42%
B = 52.27%

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

#895EFD (or 0x895EFD) is known color: Light Slate Blue. HEX triplet: 89, 5E and FD. RGB value is (137,94,253). Sum of RGB (Red+Green+Blue) = 137+94+253=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #895EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895EFD is #76A102. Grayscale: #7C7C7C. Windows color (decimal): -7774467 or 16604809. OLE color: 16604809.

HSL color Cylindrical-coordinate representation of color #895EFD: hue angle of 256.23º 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 #895EFD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 94 253 -
CMYK 0.46 0.63 0 0.01
HSL 256.23º 0.98% 0.68% -
HSV(B) 256.23º 0.63% 0.99% -
XYZ 32.05 20.42 95.18 -
YUV 124.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 137 94 253 0.46 0.63 0 0.01 256.23 0.98 0.68
Hex 89 5E FD 2E 3F 0 1 100 62 44
Octal 211 136 375 56 77 0 1 400 142 104
Binary 10001001 1011110 11111101 101110 111111 0 1 100000000 1100010 1000100

Color Harmonies of #895EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895EFD

Black with #895EFD

Text Example


Text Example

White with #895EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #895EFD;
 }
 .AnyTagClassName
 {
   color: #895EFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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