Html Css Color HEX #895FFC Light Slate Blue

📋 copy color: '#895FFC'

red 137 ◦ green 95 ◦ blue 252

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

Shades of Light Slate Blue #895FFC

Tints of Light Slate Blue #895FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

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

R = 28.31%
G = 19.63%
B = 52.07%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#895FFC (or 0x895FFC) is known color: Light Slate Blue. HEX triplet: 89, 5F and FC. RGB value is (137,95,252). Sum of RGB (Red+Green+Blue) = 137+95+252=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #895FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FFC is #76A003. Grayscale: #7C7C7C. Windows color (decimal): -7774212 or 16539529. OLE color: 16539529.

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

Color convert

RGB 137 95 252 -
CMYK 0.46 0.62 0 0.01
HSL 256.05º 0.96% 0.68% -
HSV(B) 256.05º 0.62% 0.99% -
XYZ 31.98 20.53 94.37 -
YUV 125.46 199.41 136.23 -
System Red Green Blue C M Y K H S L
Decimal 137 95 252 0.46 0.62 0 0.01 256.05 0.96 0.68
Hex 89 5F FC 2E 3E 0 1 100 60 44
Octal 211 137 374 56 76 0 1 400 140 104
Binary 10001001 1011111 11111100 101110 111110 0 1 100000000 1100000 1000100

Color Harmonies of #895FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FFC

Black with #895FFC

Text Example


Text Example

White with #895FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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