Html Css Color HEX #884BF8 Medium Slate Blue

📋 copy color: '#884BF8'

red 136 ◦ green 75 ◦ blue 248

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

Shades of Medium Slate Blue #884BF8

Tints of Medium Slate Blue #884BF8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

 BLUE value IS 248 (97.27% from 255) = 54.03%

R = 29.63%
G = 16.34%
B = 54.03%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#884BF8 (or 0x884BF8) is known color: Medium Slate Blue. HEX triplet: 88, 4B and F8. RGB value is (136,75,248). Sum of RGB (Red+Green+Blue) = 136+75+248=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #884BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BF8 is #77B407. Grayscale: #707070. Windows color (decimal): -7844872 or 16272264. OLE color: 16272264.

HSL color Cylindrical-coordinate representation of color #884BF8: hue angle of 261.16º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884BF8 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 75 248 -
CMYK 0.45 0.70 0 0.03
HSL 261.16º 0.93% 0.63% -
HSV(B) 261.16º 0.7% 0.97% -
XYZ 29.61 17.04 90.54 -
YUV 112.96 204.21 144.43 -
System Red Green Blue C M Y K H S L
Decimal 136 75 248 0.45 0.70 0 0.03 261.16 0.93 0.63
Hex 88 4B F8 2D 46 0 3 105 5D 3F
Octal 210 113 370 55 106 0 3 405 135 77
Binary 10001000 1001011 11111000 101101 1000110 0 11 100000101 1011101 111111

Color Harmonies of #884BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BF8

Black with #884BF8

Text Example


Text Example

White with #884BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884BF8; }

 p { color: rgb(136,75,248); }

 H1.HeaderClassName
 {
   color: #884BF8;
 }
 .AnyTagClassName
 {
   color: #884BF8;
 }
</style>

background-color css

<style>
 a { background-color: #884BF8; }

 a { background-color: rgb(136,75,248); }

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

border-color css

<style>
 span { border-color: #884BF8; }

 span { border-color: rgb(136,75,248); }

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