Html Css Color HEX #887FF0 Light Slate Blue

📋 copy color: '#887FF0'

red 136 ◦ green 127 ◦ blue 240

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

Shades of Light Slate Blue #887FF0

Tints of Light Slate Blue #887FF0

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 27.04%
G = 25.25%
B = 47.71%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#887FF0 (or 0x887FF0) is known color: Light Slate Blue. HEX triplet: 88, 7F and F0. RGB value is (136,127,240). Sum of RGB (Red+Green+Blue) = 136+127+240=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #887FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887FF0 is #77800F. Grayscale: #8E8E8E. Windows color (decimal): -7831568 or 15761288. OLE color: 15761288.

HSL color Cylindrical-coordinate representation of color #887FF0: hue angle of 244.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #887FF0 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 127 240 -
CMYK 0.43 0.47 0 0.06
HSL 244.78º 0.79% 0.72% -
HSV(B) 244.78º 0.47% 0.94% -
XYZ 33.47 26.7 85.83 -
YUV 142.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 136 127 240 0.43 0.47 0 0.06 244.78 0.79 0.72
Hex 88 7F F0 2B 2F 0 6 F5 4F 48
Octal 210 177 360 53 57 0 6 365 117 110
Binary 10001000 1111111 11110000 101011 101111 0 110 11110101 1001111 1001000

Color Harmonies of #887FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FF0

Black with #887FF0

Text Example


Text Example

White with #887FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,240); }

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

background-color css

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

 a { background-color: rgb(136,127,240); }

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

border-color css

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

 span { border-color: rgb(136,127,240); }

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