Html Css Color HEX #784BFB Medium Slate Blue

📋 copy color: '#784BFB'

red 120 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #784BFB

Tints of Medium Slate Blue #784BFB

RGB

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

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

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

R = 26.91%
G = 16.82%
B = 56.28%

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

#784BFB (or 0x784BFB) is known color: Medium Slate Blue. HEX triplet: 78, 4B and FB. RGB value is (120,75,251). Sum of RGB (Red+Green+Blue) = 120+75+251=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #784BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784BFB is #87B404. Grayscale: #6B6B6B. Windows color (decimal): -8893445 or 16468856. OLE color: 16468856.

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

Color convert

RGB 120 75 251 -
CMYK 0.52 0.70 0 0.02
HSL 255.34º 0.96% 0.64% -
HSV(B) 255.34º 0.7% 0.98% -
XYZ 27.67 15.99 92.89 -
YUV 108.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 120 75 251 0.52 0.70 0 0.02 255.34 0.96 0.64
Hex 78 4B FB 34 46 0 2 FF 60 40
Octal 170 113 373 64 106 0 2 377 140 100
Binary 1111000 1001011 11111011 110100 1000110 0 10 11111111 1100000 1000000

Color Harmonies of #784BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BFB

Black with #784BFB

Text Example


Text Example

White with #784BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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