Html Css Color HEX #887CFF Light Slate Blue

📋 copy color: '#887CFF'

red 136 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #887CFF

Tints of Light Slate Blue #887CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 26.41%
G = 24.08%
B = 49.51%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#887CFF (or 0x887CFF) is known color: Light Slate Blue. HEX triplet: 88, 7C and FF. RGB value is (136,124,255). Sum of RGB (Red+Green+Blue) = 136+124+255=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #887CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887CFF is #778300. Grayscale: #8E8E8E. Windows color (decimal): -7832321 or 16743560. OLE color: 16743560.

HSL color Cylindrical-coordinate representation of color #887CFF: hue angle of 245.5º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887CFF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 124 255 -
CMYK 0.47 0.51 0 0
HSL 245.5º 1% 0.74% -
HSV(B) 245.5º 0.51% 1% -
XYZ 35.41 26.87 97.93 -
YUV 142.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 136 124 255 0.47 0.51 0 0 245.5 1 0.74
Hex 88 7C FF 2F 33 0 0 F5 64 4A
Octal 210 174 377 57 63 0 0 365 144 112
Binary 10001000 1111100 11111111 101111 110011 0 0 11110101 1100100 1001010

Color Harmonies of #887CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CFF

Black with #887CFF

Text Example


Text Example

White with #887CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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