Html Css Color HEX #794BFB Medium Slate Blue

📋 copy color: '#794BFB'

red 121 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #794BFB

Tints of Medium Slate Blue #794BFB

RGB

 RED value IS 121 (47.66% from 255) = 27.07%

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

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

R = 27.07%
G = 16.78%
B = 56.15%

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

#794BFB (or 0x794BFB) is known color: Medium Slate Blue. HEX triplet: 79, 4B and FB. RGB value is (121,75,251). Sum of RGB (Red+Green+Blue) = 121+75+251=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #794BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BFB is #86B404. Grayscale: #6C6C6C. Windows color (decimal): -8827909 or 16468857. OLE color: 16468857.

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

Color convert

RGB 121 75 251 -
CMYK 0.52 0.70 0 0.02
HSL 255.68º 0.96% 0.64% -
HSV(B) 255.68º 0.7% 0.98% -
XYZ 27.81 16.06 92.9 -
YUV 108.82 208.24 136.69 -
System Red Green Blue C M Y K H S L
Decimal 121 75 251 0.52 0.70 0 0.02 255.68 0.96 0.64
Hex 79 4B FB 34 46 0 2 100 60 40
Octal 171 113 373 64 106 0 2 400 140 100
Binary 1111001 1001011 11111011 110100 1000110 0 10 100000000 1100000 1000000

Color Harmonies of #794BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BFB

Black with #794BFB

Text Example


Text Example

White with #794BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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