Html Css Color HEX #884AFA Medium Slate Blue

📋 copy color: '#884AFA'

red 136 ◦ green 74 ◦ blue 250

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

Shades of Medium Slate Blue #884AFA

Tints of Medium Slate Blue #884AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.09%

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 29.57%
G = 16.09%
B = 54.35%

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

#884AFA (or 0x884AFA) is known color: Medium Slate Blue. HEX triplet: 88, 4A and FA. RGB value is (136,74,250). Sum of RGB (Red+Green+Blue) = 136+74+250=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #884AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AFA is #77B505. Grayscale: #6F6F6F. Windows color (decimal): -7845126 or 16403080. OLE color: 16403080.

HSL color Cylindrical-coordinate representation of color #884AFA: hue angle of 261.14º degrees, saturation: 0.95, 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 #884AFA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 74 250 -
CMYK 0.46 0.70 0 0.02
HSL 261.14º 0.95% 0.64% -
HSV(B) 261.14º 0.7% 0.98% -
XYZ 29.86 17.03 92.16 -
YUV 112.6 205.54 144.69 -
System Red Green Blue C M Y K H S L
Decimal 136 74 250 0.46 0.70 0 0.02 261.14 0.95 0.64
Hex 88 4A FA 2E 46 0 2 105 5F 40
Octal 210 112 372 56 106 0 2 405 137 100
Binary 10001000 1001010 11111010 101110 1000110 0 10 100000101 1011111 1000000

Color Harmonies of #884AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AFA

Black with #884AFA

Text Example


Text Example

White with #884AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,250); }

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

background-color css

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

 a { background-color: rgb(136,74,250); }

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

border-color css

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

 span { border-color: rgb(136,74,250); }

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