Html Css Color HEX #895CFE Light Slate Blue

📋 copy color: '#895CFE'

red 137 ◦ green 92 ◦ blue 254

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

Shades of Light Slate Blue #895CFE

Tints of Light Slate Blue #895CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.05%

 BLUE value IS 254 (99.61% from 255) = 52.59%

R = 28.36%
G = 19.05%
B = 52.59%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#895CFE (or 0x895CFE) is known color: Light Slate Blue. HEX triplet: 89, 5C and FE. RGB value is (137,92,254). Sum of RGB (Red+Green+Blue) = 137+92+254=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #895CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CFE is #76A301. Grayscale: #7B7B7B. Windows color (decimal): -7774978 or 16669833. OLE color: 16669833.

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

Color convert

RGB 137 92 254 -
CMYK 0.46 0.64 0 0.00
HSL 256.67º 0.99% 0.68% -
HSV(B) 256.67º 0.64% 1% -
XYZ 32.03 20.13 95.96 -
YUV 123.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 137 92 254 0.46 0.64 0 0.00 256.67 0.99 0.68
Hex 89 5C FE 2E 40 0 0 101 63 44
Octal 211 134 376 56 100 0 0 401 143 104
Binary 10001001 1011100 11111110 101110 1000000 0 0 100000001 1100011 1000100

Color Harmonies of #895CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CFE

Black with #895CFE

Text Example


Text Example

White with #895CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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