Html Css Color HEX #794BDA Slate Blue

📋 copy color: '#794BDA'

red 121 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #794BDA

Tints of Slate Blue #794BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 29.23%
G = 18.12%
B = 52.66%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#794BDA (or 0x794BDA) is known color: Slate Blue. HEX triplet: 79, 4B and DA. RGB value is (121,75,218). Sum of RGB (Red+Green+Blue) = 121+75+218=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #794BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BDA is #86B425. Grayscale: #686868. Windows color (decimal): -8827942 or 14306169. OLE color: 14306169.

HSL color Cylindrical-coordinate representation of color #794BDA: hue angle of 259.3º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794BDA is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 75 218 -
CMYK 0.44 0.66 0 0.15
HSL 259.3º 0.66% 0.57% -
HSV(B) 259.3º 0.66% 0.85% -
XYZ 23.06 14.16 67.85 -
YUV 105.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 121 75 218 0.44 0.66 0 0.15 259.3 0.66 0.57
Hex 79 4B DA 2C 42 0 F 103 42 39
Octal 171 113 332 54 102 0 17 403 102 71
Binary 1111001 1001011 11011010 101100 1000010 0 1111 100000011 1000010 111001

Color Harmonies of #794BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BDA

Black with #794BDA

Text Example


Text Example

White with #794BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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