Html Css Color HEX #886AF8 Light Slate Blue

📋 copy color: '#886AF8'

red 136 ◦ green 106 ◦ blue 248

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

Shades of Light Slate Blue #886AF8

Tints of Light Slate Blue #886AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.61%

R = 27.76%
G = 21.63%
B = 50.61%

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

#886AF8 (or 0x886AF8) is known color: Light Slate Blue. HEX triplet: 88, 6A and F8. RGB value is (136,106,248). Sum of RGB (Red+Green+Blue) = 136+106+248=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #886AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AF8 is #779507. Grayscale: #828282. Windows color (decimal): -7836936 or 16280200. OLE color: 16280200.

HSL color Cylindrical-coordinate representation of color #886AF8: hue angle of 252.68º degrees, saturation: 0.91, 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 #886AF8 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 106 248 -
CMYK 0.45 0.57 0 0.03
HSL 252.68º 0.91% 0.69% -
HSV(B) 252.68º 0.57% 0.97% -
XYZ 32.25 22.32 91.42 -
YUV 131.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 136 106 248 0.45 0.57 0 0.03 252.68 0.91 0.69
Hex 88 6A F8 2D 39 0 3 FD 5B 45
Octal 210 152 370 55 71 0 3 375 133 105
Binary 10001000 1101010 11111000 101101 111001 0 11 11111101 1011011 1000101

Color Harmonies of #886AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AF8

Black with #886AF8

Text Example


Text Example

White with #886AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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