Html Css Color HEX #886FF6 Light Slate Blue

📋 copy color: '#886FF6'

red 136 ◦ green 111 ◦ blue 246

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

Shades of Light Slate Blue #886FF6

Tints of Light Slate Blue #886FF6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.52%

 BLUE value IS 246 (96.48% from 255) = 49.9%

R = 27.59%
G = 22.52%
B = 49.9%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#886FF6 (or 0x886FF6) is known color: Light Slate Blue. HEX triplet: 88, 6F and F6. RGB value is (136,111,246). Sum of RGB (Red+Green+Blue) = 136+111+246=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #886FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FF6 is #779009. Grayscale: #858585. Windows color (decimal): -7835658 or 16150408. OLE color: 16150408.

HSL color Cylindrical-coordinate representation of color #886FF6: hue angle of 251.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #886FF6 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 111 246 -
CMYK 0.45 0.55 0 0.04
HSL 251.11º 0.88% 0.7% -
HSV(B) 251.11º 0.55% 0.96% -
XYZ 32.47 23.26 89.97 -
YUV 133.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 136 111 246 0.45 0.55 0 0.04 251.11 0.88 0.7
Hex 88 6F F6 2D 37 0 4 FB 58 46
Octal 210 157 366 55 67 0 4 373 130 106
Binary 10001000 1101111 11110110 101101 110111 0 100 11111011 1011000 1000110

Color Harmonies of #886FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FF6

Black with #886FF6

Text Example


Text Example

White with #886FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,246); }

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

background-color css

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

 a { background-color: rgb(136,111,246); }

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

border-color css

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

 span { border-color: rgb(136,111,246); }

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