Html Css Color HEX #886EFC Light Slate Blue

📋 copy color: '#886EFC'

red 136 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #886EFC

Tints of Light Slate Blue #886EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 27.31%
G = 22.09%
B = 50.6%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#886EFC (or 0x886EFC) is known color: Light Slate Blue. HEX triplet: 88, 6E and FC. RGB value is (136,110,252). Sum of RGB (Red+Green+Blue) = 136+110+252=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #886EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886EFC is #779103. Grayscale: #858585. Windows color (decimal): -7835908 or 16543368. OLE color: 16543368.

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

Color convert

RGB 136 110 252 -
CMYK 0.46 0.56 0 0.01
HSL 250.99º 0.96% 0.71% -
HSV(B) 250.99º 0.56% 0.99% -
XYZ 33.3 23.41 94.86 -
YUV 133.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 136 110 252 0.46 0.56 0 0.01 250.99 0.96 0.71
Hex 88 6E FC 2E 38 0 1 FB 60 47
Octal 210 156 374 56 70 0 1 373 140 107
Binary 10001000 1101110 11111100 101110 111000 0 1 11111011 1100000 1000111

Color Harmonies of #886EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886EFC

Black with #886EFC

Text Example


Text Example

White with #886EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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