Html Css Color HEX #886AF6 Light Slate Blue

📋 copy color: '#886AF6'

red 136 ◦ green 106 ◦ blue 246

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

Shades of Light Slate Blue #886AF6

Tints of Light Slate Blue #886AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

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

R = 27.87%
G = 21.72%
B = 50.41%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#886AF6 (or 0x886AF6) is known color: Light Slate Blue. HEX triplet: 88, 6A and F6. RGB value is (136,106,246). Sum of RGB (Red+Green+Blue) = 136+106+246=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #886AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AF6 is #779509. Grayscale: #828282. Windows color (decimal): -7836938 or 16149128. OLE color: 16149128.

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

Color convert

RGB 136 106 246 -
CMYK 0.45 0.57 0 0.04
HSL 252.86º 0.89% 0.69% -
HSV(B) 252.86º 0.57% 0.96% -
XYZ 31.94 22.2 89.79 -
YUV 130.93 192.94 131.62 -
System Red Green Blue C M Y K H S L
Decimal 136 106 246 0.45 0.57 0 0.04 252.86 0.89 0.69
Hex 88 6A F6 2D 39 0 4 FD 59 45
Octal 210 152 366 55 71 0 4 375 131 105
Binary 10001000 1101010 11110110 101101 111001 0 100 11111101 1011001 1000101

Color Harmonies of #886AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AF6

Black with #886AF6

Text Example


Text Example

White with #886AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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