Html Css Color HEX #886CFC Light Slate Blue

📋 copy color: '#886CFC'

red 136 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #886CFC

Tints of Light Slate Blue #886CFC

RGB

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

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

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

R = 27.42%
G = 21.77%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#886CFC (or 0x886CFC) is known color: Light Slate Blue. HEX triplet: 88, 6C and FC. RGB value is (136,108,252). Sum of RGB (Red+Green+Blue) = 136+108+252=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #886CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFC is #779303. Grayscale: #848484. Windows color (decimal): -7836420 or 16542856. OLE color: 16542856.

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

Color convert

RGB 136 108 252 -
CMYK 0.46 0.57 0 0.01
HSL 251.67º 0.96% 0.71% -
HSV(B) 251.67º 0.57% 0.99% -
XYZ 33.09 22.99 94.79 -
YUV 132.79 195.28 130.29 -
System Red Green Blue C M Y K H S L
Decimal 136 108 252 0.46 0.57 0 0.01 251.67 0.96 0.71
Hex 88 6C FC 2E 39 0 1 FC 60 47
Octal 210 154 374 56 71 0 1 374 140 107
Binary 10001000 1101100 11111100 101110 111001 0 1 11111100 1100000 1000111

Color Harmonies of #886CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CFC

Black with #886CFC

Text Example


Text Example

White with #886CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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