Html Css Color HEX #895CFD Light Slate Blue

📋 copy color: '#895CFD'

red 137 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #895CFD

Tints of Light Slate Blue #895CFD

RGB

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

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

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

R = 28.42%
G = 19.09%
B = 52.49%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#895CFD (or 0x895CFD) is known color: Light Slate Blue. HEX triplet: 89, 5C and FD. RGB value is (137,92,253). Sum of RGB (Red+Green+Blue) = 137+92+253=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #895CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CFD is #76A302. Grayscale: #7B7B7B. Windows color (decimal): -7774979 or 16604297. OLE color: 16604297.

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

Color convert

RGB 137 92 253 -
CMYK 0.46 0.64 0 0.01
HSL 256.77º 0.98% 0.68% -
HSV(B) 256.77º 0.64% 0.99% -
XYZ 31.87 20.06 95.12 -
YUV 123.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 137 92 253 0.46 0.64 0 0.01 256.77 0.98 0.68
Hex 89 5C FD 2E 40 0 1 101 62 44
Octal 211 134 375 56 100 0 1 401 142 104
Binary 10001001 1011100 11111101 101110 1000000 0 1 100000001 1100010 1000100

Color Harmonies of #895CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CFD

Black with #895CFD

Text Example


Text Example

White with #895CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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