Html Css Color HEX #784AFA Medium Slate Blue

📋 copy color: '#784AFA'

red 120 ◦ green 74 ◦ blue 250

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

Shades of Medium Slate Blue #784AFA

Tints of Medium Slate Blue #784AFA

RGB

 RED value IS 120 (47.27% from 255) = 27.03%

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

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

R = 27.03%
G = 16.67%
B = 56.31%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#784AFA (or 0x784AFA) is known color: Medium Slate Blue. HEX triplet: 78, 4A and FA. RGB value is (120,74,250). Sum of RGB (Red+Green+Blue) = 120+74+250=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #784AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AFA is #87B505. Grayscale: #6B6B6B. Windows color (decimal): -8893702 or 16403064. OLE color: 16403064.

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

Color convert

RGB 120 74 250 -
CMYK 0.52 0.70 0 0.02
HSL 255.68º 0.95% 0.64% -
HSV(B) 255.68º 0.7% 0.98% -
XYZ 27.45 15.79 92.04 -
YUV 107.82 208.24 136.69 -
System Red Green Blue C M Y K H S L
Decimal 120 74 250 0.52 0.70 0 0.02 255.68 0.95 0.64
Hex 78 4A FA 34 46 0 2 100 5F 40
Octal 170 112 372 64 106 0 2 400 137 100
Binary 1111000 1001010 11111010 110100 1000110 0 10 100000000 1011111 1000000

Color Harmonies of #784AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AFA

Black with #784AFA

Text Example


Text Example

White with #784AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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