Html Css Color HEX #887CF1 Light Slate Blue

📋 copy color: '#887CF1'

red 136 ◦ green 124 ◦ blue 241

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

Shades of Light Slate Blue #887CF1

Tints of Light Slate Blue #887CF1

RGB

 RED value IS 136 (53.52% from 255) = 27.15%

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 27.15%
G = 24.75%
B = 48.1%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#887CF1 (or 0x887CF1) is known color: Light Slate Blue. HEX triplet: 88, 7C and F1. RGB value is (136,124,241). Sum of RGB (Red+Green+Blue) = 136+124+241=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #887CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887CF1 is #77830E. Grayscale: #8C8C8C. Windows color (decimal): -7832335 or 15826056. OLE color: 15826056.

HSL color Cylindrical-coordinate representation of color #887CF1: hue angle of 246.15º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #887CF1 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 124 241 -
CMYK 0.44 0.49 0 0.05
HSL 246.15º 0.81% 0.72% -
HSV(B) 246.15º 0.49% 0.95% -
XYZ 33.24 26 86.49 -
YUV 140.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 136 124 241 0.44 0.49 0 0.05 246.15 0.81 0.72
Hex 88 7C F1 2C 31 0 5 F6 51 48
Octal 210 174 361 54 61 0 5 366 121 110
Binary 10001000 1111100 11110001 101100 110001 0 101 11110110 1010001 1001000

Color Harmonies of #887CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CF1

Black with #887CF1

Text Example


Text Example

White with #887CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887CF1; }

 p { color: rgb(136,124,241); }

 H1.HeaderClassName
 {
   color: #887CF1;
 }
 .AnyTagClassName
 {
   color: #887CF1;
 }
</style>

background-color css

<style>
 a { background-color: #887CF1; }

 a { background-color: rgb(136,124,241); }

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

border-color css

<style>
 span { border-color: #887CF1; }

 span { border-color: rgb(136,124,241); }

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