Html Css Color HEX #886DFE Light Slate Blue

📋 copy color: '#886DFE'

red 136 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #886DFE

Tints of Light Slate Blue #886DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.84%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 27.25%
G = 21.84%
B = 50.9%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#886DFE (or 0x886DFE) is known color: Light Slate Blue. HEX triplet: 88, 6D and FE. RGB value is (136,109,254). Sum of RGB (Red+Green+Blue) = 136+109+254=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #886DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886DFE is #779201. Grayscale: #858585. Windows color (decimal): -7836162 or 16674184. OLE color: 16674184.

HSL color Cylindrical-coordinate representation of color #886DFE: hue angle of 251.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #886DFE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 109 254 -
CMYK 0.46 0.57 0 0.00
HSL 251.17º 0.99% 0.71% -
HSV(B) 251.17º 0.57% 1% -
XYZ 33.51 23.33 96.5 -
YUV 133.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 136 109 254 0.46 0.57 0 0.00 251.17 0.99 0.71
Hex 88 6D FE 2E 39 0 0 FB 63 47
Octal 210 155 376 56 71 0 0 373 143 107
Binary 10001000 1101101 11111110 101110 111001 0 0 11111011 1100011 1000111

Color Harmonies of #886DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DFE

Black with #886DFE

Text Example


Text Example

White with #886DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,254); }

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

background-color css

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

 a { background-color: rgb(136,109,254); }

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

border-color css

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

 span { border-color: rgb(136,109,254); }

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