Html Css Color HEX #886BFE Light Slate Blue

📋 copy color: '#886BFE'

red 136 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #886BFE

Tints of Light Slate Blue #886BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

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

R = 27.36%
G = 21.53%
B = 51.11%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#886BFE (or 0x886BFE) is known color: Light Slate Blue. HEX triplet: 88, 6B and FE. RGB value is (136,107,254). Sum of RGB (Red+Green+Blue) = 136+107+254=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #886BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BFE is #779401. Grayscale: #838383. Windows color (decimal): -7836674 or 16673672. OLE color: 16673672.

HSL color Cylindrical-coordinate representation of color #886BFE: hue angle of 251.84º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #886BFE is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 107 254 -
CMYK 0.46 0.58 0 0.00
HSL 251.84º 0.99% 0.71% -
HSV(B) 251.84º 0.58% 1% -
XYZ 33.3 22.91 96.43 -
YUV 132.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 136 107 254 0.46 0.58 0 0.00 251.84 0.99 0.71
Hex 88 6B FE 2E 3A 0 0 FC 63 47
Octal 210 153 376 56 72 0 0 374 143 107
Binary 10001000 1101011 11111110 101110 111010 0 0 11111100 1100011 1000111

Color Harmonies of #886BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BFE

Black with #886BFE

Text Example


Text Example

White with #886BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886BFE; }

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

 H1.HeaderClassName
 {
   color: #886BFE;
 }
 .AnyTagClassName
 {
   color: #886BFE;
 }
</style>

background-color css

<style>
 a { background-color: #886BFE; }

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

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

border-color css

<style>
 span { border-color: #886BFE; }

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

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