Html Css Color HEX #886AF5 Light Slate Blue

📋 copy color: '#886AF5'

red 136 ◦ green 106 ◦ blue 245

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

Shades of Light Slate Blue #886AF5

Tints of Light Slate Blue #886AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.31%

R = 27.93%
G = 21.77%
B = 50.31%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#886AF5 (or 0x886AF5) is known color: Light Slate Blue. HEX triplet: 88, 6A and F5. RGB value is (136,106,245). Sum of RGB (Red+Green+Blue) = 136+106+245=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #886AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AF5 is #77950A. Grayscale: #828282. Windows color (decimal): -7836939 or 16083592. OLE color: 16083592.

HSL color Cylindrical-coordinate representation of color #886AF5: hue angle of 252.95º degrees, saturation: 0.87, 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 #886AF5 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 106 245 -
CMYK 0.44 0.57 0 0.04
HSL 252.95º 0.87% 0.69% -
HSV(B) 252.95º 0.57% 0.96% -
XYZ 31.79 22.13 88.98 -
YUV 130.82 192.44 131.7 -
System Red Green Blue C M Y K H S L
Decimal 136 106 245 0.44 0.57 0 0.04 252.95 0.87 0.69
Hex 88 6A F5 2C 39 0 4 FD 57 45
Octal 210 152 365 54 71 0 4 375 127 105
Binary 10001000 1101010 11110101 101100 111001 0 100 11111101 1010111 1000101

Color Harmonies of #886AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AF5

Black with #886AF5

Text Example


Text Example

White with #886AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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