Html Css Color HEX #794CFB Medium Slate Blue

📋 copy color: '#794CFB'

red 121 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #794CFB

Tints of Medium Slate Blue #794CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.96%

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

R = 27.01%
G = 16.96%
B = 56.03%

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

#794CFB (or 0x794CFB) is known color: Medium Slate Blue. HEX triplet: 79, 4C and FB. RGB value is (121,76,251). Sum of RGB (Red+Green+Blue) = 121+76+251=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #794CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CFB is #86B304. Grayscale: #6C6C6C. Windows color (decimal): -8827653 or 16469113. OLE color: 16469113.

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

Color convert

RGB 121 76 251 -
CMYK 0.52 0.70 0 0.02
HSL 255.43º 0.96% 0.64% -
HSV(B) 255.43º 0.7% 0.98% -
XYZ 27.88 16.2 92.92 -
YUV 109.41 207.91 136.27 -
System Red Green Blue C M Y K H S L
Decimal 121 76 251 0.52 0.70 0 0.02 255.43 0.96 0.64
Hex 79 4C FB 34 46 0 2 FF 60 40
Octal 171 114 373 64 106 0 2 377 140 100
Binary 1111001 1001100 11111011 110100 1000110 0 10 11111111 1100000 1000000

Color Harmonies of #794CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CFB

Black with #794CFB

Text Example


Text Example

White with #794CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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