Html Css Color HEX #887DFE Light Slate Blue

📋 copy color: '#887DFE'

red 136 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #887DFE

Tints of Light Slate Blue #887DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.27%

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 26.41%
G = 24.27%
B = 49.32%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#887DFE (or 0x887DFE) is known color: Light Slate Blue. HEX triplet: 88, 7D and FE. RGB value is (136,125,254). Sum of RGB (Red+Green+Blue) = 136+125+254=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #887DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887DFE is #778201. Grayscale: #8E8E8E. Windows color (decimal): -7832066 or 16678280. OLE color: 16678280.

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

Color convert

RGB 136 125 254 -
CMYK 0.46 0.51 0 0.00
HSL 245.12º 0.98% 0.74% -
HSV(B) 245.12º 0.51% 1% -
XYZ 35.38 27.06 97.12 -
YUV 143 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 136 125 254 0.46 0.51 0 0.00 245.12 0.98 0.74
Hex 88 7D FE 2E 33 0 0 F5 62 4A
Octal 210 175 376 56 63 0 0 365 142 112
Binary 10001000 1111101 11111110 101110 110011 0 0 11110101 1100010 1001010

Color Harmonies of #887DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DFE

Black with #887DFE

Text Example


Text Example

White with #887DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,125,254); }

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

background-color css

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

 a { background-color: rgb(136,125,254); }

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

border-color css

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

 span { border-color: rgb(136,125,254); }

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