Html Css Color HEX #886AF7 Light Slate Blue

📋 copy color: '#886AF7'

red 136 ◦ green 106 ◦ blue 247

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

Shades of Light Slate Blue #886AF7

Tints of Light Slate Blue #886AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.51%

R = 27.81%
G = 21.68%
B = 50.51%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#886AF7 (or 0x886AF7) is known color: Light Slate Blue. HEX triplet: 88, 6A and F7. RGB value is (136,106,247). Sum of RGB (Red+Green+Blue) = 136+106+247=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #886AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AF7 is #779508. Grayscale: #828282. Windows color (decimal): -7836937 or 16214664. OLE color: 16214664.

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

Color convert

RGB 136 106 247 -
CMYK 0.45 0.57 0 0.03
HSL 252.77º 0.9% 0.69% -
HSV(B) 252.77º 0.57% 0.97% -
XYZ 32.1 22.26 90.6 -
YUV 131.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 136 106 247 0.45 0.57 0 0.03 252.77 0.9 0.69
Hex 88 6A F7 2D 39 0 3 FD 5A 45
Octal 210 152 367 55 71 0 3 375 132 105
Binary 10001000 1101010 11110111 101101 111001 0 11 11111101 1011010 1000101

Color Harmonies of #886AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AF7

Black with #886AF7

Text Example


Text Example

White with #886AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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