Html Css Color HEX #886EFE Light Slate Blue

📋 copy color: '#886EFE'

red 136 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #886EFE

Tints of Light Slate Blue #886EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

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

R = 27.2%
G = 22%
B = 50.8%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#886EFE (or 0x886EFE) is known color: Light Slate Blue. HEX triplet: 88, 6E and FE. RGB value is (136,110,254). Sum of RGB (Red+Green+Blue) = 136+110+254=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #886EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EFE is #779101. Grayscale: #858585. Windows color (decimal): -7835906 or 16674440. OLE color: 16674440.

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

Color convert

RGB 136 110 254 -
CMYK 0.46 0.57 0 0.00
HSL 250.83º 0.99% 0.71% -
HSV(B) 250.83º 0.57% 1% -
XYZ 33.62 23.54 96.54 -
YUV 134.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 136 110 254 0.46 0.57 0 0.00 250.83 0.99 0.71
Hex 88 6E FE 2E 39 0 0 FB 63 47
Octal 210 156 376 56 71 0 0 373 143 107
Binary 10001000 1101110 11111110 101110 111001 0 0 11111011 1100011 1000111

Color Harmonies of #886EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EFE

Black with #886EFE

Text Example


Text Example

White with #886EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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