Html Css Color HEX #884BFB Medium Slate Blue

📋 copy color: '#884BFB'

red 136 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #884BFB

Tints of Medium Slate Blue #884BFB

RGB

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

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

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

R = 29.44%
G = 16.23%
B = 54.33%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#884BFB (or 0x884BFB) is known color: Medium Slate Blue. HEX triplet: 88, 4B and FB. RGB value is (136,75,251). Sum of RGB (Red+Green+Blue) = 136+75+251=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #884BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BFB is #77B404. Grayscale: #707070. Windows color (decimal): -7844869 or 16468872. OLE color: 16468872.

HSL color Cylindrical-coordinate representation of color #884BFB: hue angle of 260.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884BFB is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 75 251 -
CMYK 0.46 0.70 0 0.02
HSL 260.8º 0.96% 0.64% -
HSV(B) 260.8º 0.7% 0.98% -
XYZ 30.08 17.23 93.01 -
YUV 113.3 205.71 144.19 -
System Red Green Blue C M Y K H S L
Decimal 136 75 251 0.46 0.70 0 0.02 260.8 0.96 0.64
Hex 88 4B FB 2E 46 0 2 105 60 40
Octal 210 113 373 56 106 0 2 405 140 100
Binary 10001000 1001011 11111011 101110 1000110 0 10 100000101 1100000 1000000

Color Harmonies of #884BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BFB

Black with #884BFB

Text Example


Text Example

White with #884BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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