Html Css Color HEX #887BFF Light Slate Blue

📋 copy color: '#887BFF'

red 136 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #887BFF

Tints of Light Slate Blue #887BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.93%

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

R = 26.46%
G = 23.93%
B = 49.61%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#887BFF (or 0x887BFF) is known color: Light Slate Blue. HEX triplet: 88, 7B and FF. RGB value is (136,123,255). Sum of RGB (Red+Green+Blue) = 136+123+255=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #887BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887BFF is #778400. Grayscale: #8D8D8D. Windows color (decimal): -7832577 or 16743304. OLE color: 16743304.

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

Color convert

RGB 136 123 255 -
CMYK 0.47 0.52 0 0
HSL 245.91º 1% 0.74% -
HSV(B) 245.91º 0.52% 1% -
XYZ 35.29 26.62 97.89 -
YUV 141.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 136 123 255 0.47 0.52 0 0 245.91 1 0.74
Hex 88 7B FF 2F 34 0 0 F6 64 4A
Octal 210 173 377 57 64 0 0 366 144 112
Binary 10001000 1111011 11111111 101111 110100 0 0 11110110 1100100 1001010

Color Harmonies of #887BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BFF

Black with #887BFF

Text Example


Text Example

White with #887BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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