Html Css Color HEX #886EFA Light Slate Blue

📋 copy color: '#886EFA'

red 136 ◦ green 110 ◦ blue 250

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

Shades of Light Slate Blue #886EFA

Tints of Light Slate Blue #886EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.18%

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 27.42%
G = 22.18%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#886EFA (or 0x886EFA) is known color: Light Slate Blue. HEX triplet: 88, 6E and FA. RGB value is (136,110,250). Sum of RGB (Red+Green+Blue) = 136+110+250=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #886EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EFA is #779105. Grayscale: #858585. Windows color (decimal): -7835910 or 16412296. OLE color: 16412296.

HSL color Cylindrical-coordinate representation of color #886EFA: hue angle of 251.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886EFA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 110 250 -
CMYK 0.46 0.56 0 0.02
HSL 251.14º 0.93% 0.71% -
HSV(B) 251.14º 0.56% 0.98% -
XYZ 32.98 23.29 93.2 -
YUV 133.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 136 110 250 0.46 0.56 0 0.02 251.14 0.93 0.71
Hex 88 6E FA 2E 38 0 2 FB 5D 47
Octal 210 156 372 56 70 0 2 373 135 107
Binary 10001000 1101110 11111010 101110 111000 0 10 11111011 1011101 1000111

Color Harmonies of #886EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EFA

Black with #886EFA

Text Example


Text Example

White with #886EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,110,250); }

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

background-color css

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

 a { background-color: rgb(136,110,250); }

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

border-color css

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

 span { border-color: rgb(136,110,250); }

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