Html Css Color HEX #886DFB Light Slate Blue

📋 copy color: '#886DFB'

red 136 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #886DFB

Tints of Light Slate Blue #886DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 27.42%
G = 21.98%
B = 50.6%

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

#886DFB (or 0x886DFB) is known color: Light Slate Blue. HEX triplet: 88, 6D and FB. RGB value is (136,109,251). Sum of RGB (Red+Green+Blue) = 136+109+251=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #886DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886DFB is #779204. Grayscale: #848484. Windows color (decimal): -7836165 or 16477576. OLE color: 16477576.

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

Color convert

RGB 136 109 251 -
CMYK 0.46 0.57 0 0.02
HSL 251.41º 0.95% 0.71% -
HSV(B) 251.41º 0.57% 0.98% -
XYZ 33.03 23.14 93.99 -
YUV 133.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 136 109 251 0.46 0.57 0 0.02 251.41 0.95 0.71
Hex 88 6D FB 2E 39 0 2 FB 5F 47
Octal 210 155 373 56 71 0 2 373 137 107
Binary 10001000 1101101 11111011 101110 111001 0 10 11111011 1011111 1000111

Color Harmonies of #886DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DFB

Black with #886DFB

Text Example


Text Example

White with #886DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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