Html Css Color HEX #886AFF Light Slate Blue

📋 copy color: '#886AFF'

red 136 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #886AFF

Tints of Light Slate Blue #886AFF

RGB

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

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

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

R = 27.36%
G = 21.33%
B = 51.31%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#886AFF (or 0x886AFF) is known color: Light Slate Blue. HEX triplet: 88, 6A and FF. RGB value is (136,106,255). Sum of RGB (Red+Green+Blue) = 136+106+255=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #886AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AFF is #779500. Grayscale: #838383. Windows color (decimal): -7836929 or 16738952. OLE color: 16738952.

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

Color convert

RGB 136 106 255 -
CMYK 0.47 0.58 0 0
HSL 252.08º 1% 0.71% -
HSV(B) 252.08º 0.58% 1% -
XYZ 33.36 22.76 97.24 -
YUV 131.96 197.44 130.88 -
System Red Green Blue C M Y K H S L
Decimal 136 106 255 0.47 0.58 0 0 252.08 1 0.71
Hex 88 6A FF 2F 3A 0 0 FC 64 47
Octal 210 152 377 57 72 0 0 374 144 107
Binary 10001000 1101010 11111111 101111 111010 0 0 11111100 1100100 1000111

Color Harmonies of #886AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AFF

Black with #886AFF

Text Example


Text Example

White with #886AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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