Html Css Color HEX #886CFE Light Slate Blue

📋 copy color: '#886CFE'

red 136 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #886CFE

Tints of Light Slate Blue #886CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

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

R = 27.31%
G = 21.69%
B = 51%

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

#886CFE (or 0x886CFE) is known color: Light Slate Blue. HEX triplet: 88, 6C and FE. RGB value is (136,108,254). Sum of RGB (Red+Green+Blue) = 136+108+254=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #886CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFE is #779301. Grayscale: #848484. Windows color (decimal): -7836418 or 16673928. OLE color: 16673928.

HSL color Cylindrical-coordinate representation of color #886CFE: hue angle of 251.51º 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 #886CFE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 108 254 -
CMYK 0.46 0.57 0 0.00
HSL 251.51º 0.99% 0.71% -
HSV(B) 251.51º 0.57% 1% -
XYZ 33.41 23.12 96.47 -
YUV 133.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 136 108 254 0.46 0.57 0 0.00 251.51 0.99 0.71
Hex 88 6C FE 2E 39 0 0 FC 63 47
Octal 210 154 376 56 71 0 0 374 143 107
Binary 10001000 1101100 11111110 101110 111001 0 0 11111100 1100011 1000111

Color Harmonies of #886CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CFE

Black with #886CFE

Text Example


Text Example

White with #886CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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