Html Css Color HEX #886FFC Light Slate Blue

📋 copy color: '#886FFC'

red 136 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #886FFC

Tints of Light Slate Blue #886FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

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

R = 27.25%
G = 22.24%
B = 50.5%

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

#886FFC (or 0x886FFC) is known color: Light Slate Blue. HEX triplet: 88, 6F and FC. RGB value is (136,111,252). Sum of RGB (Red+Green+Blue) = 136+111+252=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #886FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FFC is #779003. Grayscale: #868686. Windows color (decimal): -7835652 or 16543624. OLE color: 16543624.

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

Color convert

RGB 136 111 252 -
CMYK 0.46 0.56 0 0.01
HSL 250.64º 0.96% 0.71% -
HSV(B) 250.64º 0.56% 0.99% -
XYZ 33.41 23.63 94.9 -
YUV 134.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 136 111 252 0.46 0.56 0 0.01 250.64 0.96 0.71
Hex 88 6F FC 2E 38 0 1 FB 60 47
Octal 210 157 374 56 70 0 1 373 140 107
Binary 10001000 1101111 11111100 101110 111000 0 1 11111011 1100000 1000111

Color Harmonies of #886FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FFC

Black with #886FFC

Text Example


Text Example

White with #886FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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