Html Css Color HEX #784BFC Medium Slate Blue

📋 copy color: '#784BFC'

red 120 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #784BFC

Tints of Medium Slate Blue #784BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 26.85%
G = 16.78%
B = 56.38%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#784BFC (or 0x784BFC) is known color: Medium Slate Blue. HEX triplet: 78, 4B and FC. RGB value is (120,75,252). Sum of RGB (Red+Green+Blue) = 120+75+252=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #784BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784BFC is #87B403. Grayscale: #6B6B6B. Windows color (decimal): -8893444 or 16534392. OLE color: 16534392.

HSL color Cylindrical-coordinate representation of color #784BFC: hue angle of 255.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #784BFC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 75 252 -
CMYK 0.52 0.70 0 0.01
HSL 255.25º 0.97% 0.64% -
HSV(B) 255.25º 0.7% 0.99% -
XYZ 27.83 16.05 93.73 -
YUV 108.63 208.91 136.11 -
System Red Green Blue C M Y K H S L
Decimal 120 75 252 0.52 0.70 0 0.01 255.25 0.97 0.64
Hex 78 4B FC 34 46 0 1 FF 61 40
Octal 170 113 374 64 106 0 1 377 141 100
Binary 1111000 1001011 11111100 110100 1000110 0 1 11111111 1100001 1000000

Color Harmonies of #784BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BFC

Black with #784BFC

Text Example


Text Example

White with #784BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,75,252); }

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

background-color css

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

 a { background-color: rgb(120,75,252); }

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

border-color css

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

 span { border-color: rgb(120,75,252); }

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