Html Css Color HEX #886EFB Light Slate Blue

📋 copy color: '#886EFB'

red 136 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #886EFB

Tints of Light Slate Blue #886EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 27.36%
G = 22.13%
B = 50.5%

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

#886EFB (or 0x886EFB) is known color: Light Slate Blue. HEX triplet: 88, 6E and FB. RGB value is (136,110,251). Sum of RGB (Red+Green+Blue) = 136+110+251=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #886EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EFB is #779104. Grayscale: #858585. Windows color (decimal): -7835909 or 16477832. OLE color: 16477832.

HSL color Cylindrical-coordinate representation of color #886EFB: hue angle of 251.06º degrees, saturation: 0.95, 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 #886EFB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 110 251 -
CMYK 0.46 0.56 0 0.02
HSL 251.06º 0.95% 0.71% -
HSV(B) 251.06º 0.56% 0.98% -
XYZ 33.14 23.35 94.03 -
YUV 133.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 136 110 251 0.46 0.56 0 0.02 251.06 0.95 0.71
Hex 88 6E FB 2E 38 0 2 FB 5F 47
Octal 210 156 373 56 70 0 2 373 137 107
Binary 10001000 1101110 11111011 101110 111000 0 10 11111011 1011111 1000111

Color Harmonies of #886EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EFB

Black with #886EFB

Text Example


Text Example

White with #886EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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