Html Css Color HEX #886AF3 Medium Slate Blue

📋 copy color: '#886AF3'

red 136 ◦ green 106 ◦ blue 243

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

Shades of Medium Slate Blue #886AF3

Tints of Medium Slate Blue #886AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 28.04%
G = 21.86%
B = 50.1%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#886AF3 (or 0x886AF3) is known color: Medium Slate Blue. HEX triplet: 88, 6A and F3. RGB value is (136,106,243). Sum of RGB (Red+Green+Blue) = 136+106+243=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #886AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AF3 is #77950C. Grayscale: #828282. Windows color (decimal): -7836941 or 15952520. OLE color: 15952520.

HSL color Cylindrical-coordinate representation of color #886AF3: hue angle of 253.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886AF3 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 106 243 -
CMYK 0.44 0.56 0 0.05
HSL 253.14º 0.85% 0.68% -
HSV(B) 253.14º 0.56% 0.95% -
XYZ 31.49 22.01 87.38 -
YUV 130.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 136 106 243 0.44 0.56 0 0.05 253.14 0.85 0.68
Hex 88 6A F3 2C 38 0 5 FD 55 44
Octal 210 152 363 54 70 0 5 375 125 104
Binary 10001000 1101010 11110011 101100 111000 0 101 11111101 1010101 1000100

Color Harmonies of #886AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AF3

Black with #886AF3

Text Example


Text Example

White with #886AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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