Html Css Color HEX #794BCF Slate Blue

📋 copy color: '#794BCF'

red 121 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #794BCF

Tints of Slate Blue #794BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 30.02%
G = 18.61%
B = 51.36%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#794BCF (or 0x794BCF) is known color: Slate Blue. HEX triplet: 79, 4B and CF. RGB value is (121,75,207). Sum of RGB (Red+Green+Blue) = 121+75+207=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #794BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BCF is #86B430. Grayscale: #676767. Windows color (decimal): -8827953 or 13585273. OLE color: 13585273.

HSL color Cylindrical-coordinate representation of color #794BCF: hue angle of 260.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794BCF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 75 207 -
CMYK 0.42 0.64 0 0.19
HSL 260.91º 0.58% 0.55% -
HSV(B) 260.91º 0.64% 0.81% -
XYZ 21.66 13.6 60.52 -
YUV 103.8 186.24 140.27 -
System Red Green Blue C M Y K H S L
Decimal 121 75 207 0.42 0.64 0 0.19 260.91 0.58 0.55
Hex 79 4B CF 2A 40 0 13 105 3A 37
Octal 171 113 317 52 100 0 23 405 72 67
Binary 1111001 1001011 11001111 101010 1000000 0 10011 100000101 111010 110111

Color Harmonies of #794BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BCF

Black with #794BCF

Text Example


Text Example

White with #794BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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