Html Css Color HEX #895CFC Light Slate Blue

📋 copy color: '#895CFC'

red 137 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #895CFC

Tints of Light Slate Blue #895CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 28.48%
G = 19.13%
B = 52.39%

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

#895CFC (or 0x895CFC) is known color: Light Slate Blue. HEX triplet: 89, 5C and FC. RGB value is (137,92,252). Sum of RGB (Red+Green+Blue) = 137+92+252=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #895CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CFC is #76A303. Grayscale: #7B7B7B. Windows color (decimal): -7774980 or 16538761. OLE color: 16538761.

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

Color convert

RGB 137 92 252 -
CMYK 0.46 0.63 0 0.01
HSL 256.88º 0.96% 0.67% -
HSV(B) 256.88º 0.63% 0.99% -
XYZ 31.71 20 94.28 -
YUV 123.7 200.41 137.49 -
System Red Green Blue C M Y K H S L
Decimal 137 92 252 0.46 0.63 0 0.01 256.88 0.96 0.67
Hex 89 5C FC 2E 3F 0 1 101 60 43
Octal 211 134 374 56 77 0 1 401 140 103
Binary 10001001 1011100 11111100 101110 111111 0 1 100000001 1100000 1000011

Color Harmonies of #895CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CFC

Black with #895CFC

Text Example


Text Example

White with #895CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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