Html Css Color HEX #887FEA Light Slate Blue

📋 copy color: '#887FEA'

red 136 ◦ green 127 ◦ blue 234

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

Shades of Light Slate Blue #887FEA

Tints of Light Slate Blue #887FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 27.36%
G = 25.55%
B = 47.08%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#887FEA (or 0x887FEA) is known color: Light Slate Blue. HEX triplet: 88, 7F and EA. RGB value is (136,127,234). Sum of RGB (Red+Green+Blue) = 136+127+234=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #887FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887FEA is #778015. Grayscale: #8D8D8D. Windows color (decimal): -7831574 or 15368072. OLE color: 15368072.

HSL color Cylindrical-coordinate representation of color #887FEA: hue angle of 245.05º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #887FEA is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 127 234 -
CMYK 0.42 0.46 0 0.08
HSL 245.05º 0.72% 0.71% -
HSV(B) 245.05º 0.46% 0.92% -
XYZ 32.59 26.35 81.21 -
YUV 141.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 136 127 234 0.42 0.46 0 0.08 245.05 0.72 0.71
Hex 88 7F EA 2A 2E 0 8 F5 48 47
Octal 210 177 352 52 56 0 10 365 110 107
Binary 10001000 1111111 11101010 101010 101110 0 1000 11110101 1001000 1000111

Color Harmonies of #887FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FEA

Black with #887FEA

Text Example


Text Example

White with #887FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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