Html Css Color HEX #886CFA Light Slate Blue

📋 copy color: '#886CFA'

red 136 ◦ green 108 ◦ blue 250

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

Shades of Light Slate Blue #886CFA

Tints of Light Slate Blue #886CFA

RGB

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

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

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

R = 27.53%
G = 21.86%
B = 50.61%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#886CFA (or 0x886CFA) is known color: Light Slate Blue. HEX triplet: 88, 6C and FA. RGB value is (136,108,250). Sum of RGB (Red+Green+Blue) = 136+108+250=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #886CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFA is #779305. Grayscale: #848484. Windows color (decimal): -7836422 or 16411784. OLE color: 16411784.

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

Color convert

RGB 136 108 250 -
CMYK 0.46 0.57 0 0.02
HSL 251.83º 0.93% 0.7% -
HSV(B) 251.83º 0.57% 0.98% -
XYZ 32.77 22.86 93.13 -
YUV 132.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 136 108 250 0.46 0.57 0 0.02 251.83 0.93 0.7
Hex 88 6C FA 2E 39 0 2 FC 5D 46
Octal 210 154 372 56 71 0 2 374 135 106
Binary 10001000 1101100 11111010 101110 111001 0 10 11111100 1011101 1000110

Color Harmonies of #886CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CFA

Black with #886CFA

Text Example


Text Example

White with #886CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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