Html Css Color HEX #886EFF Light Slate Blue

📋 copy color: '#886EFF'

red 136 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #886EFF

Tints of Light Slate Blue #886EFF

RGB

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

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

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

R = 27.15%
G = 21.96%
B = 50.9%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#886EFF (or 0x886EFF) is known color: Light Slate Blue. HEX triplet: 88, 6E and FF. RGB value is (136,110,255). Sum of RGB (Red+Green+Blue) = 136+110+255=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #886EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EFF is #779100. Grayscale: #858585. Windows color (decimal): -7835905 or 16739976. OLE color: 16739976.

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

Color convert

RGB 136 110 255 -
CMYK 0.47 0.57 0 0
HSL 250.76º 1% 0.72% -
HSV(B) 250.76º 0.57% 1% -
XYZ 33.78 23.61 97.38 -
YUV 134.3 196.11 129.21 -
System Red Green Blue C M Y K H S L
Decimal 136 110 255 0.47 0.57 0 0 250.76 1 0.72
Hex 88 6E FF 2F 39 0 0 FB 64 48
Octal 210 156 377 57 71 0 0 373 144 110
Binary 10001000 1101110 11111111 101111 111001 0 0 11111011 1100100 1001000

Color Harmonies of #886EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EFF

Black with #886EFF

Text Example


Text Example

White with #886EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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