Html Css Color HEX #794ACB Slate Blue

📋 copy color: '#794ACB'

red 121 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #794ACB

Tints of Slate Blue #794ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 30.4%
G = 18.59%
B = 51.01%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#794ACB (or 0x794ACB) is known color: Slate Blue. HEX triplet: 79, 4A and CB. RGB value is (121,74,203). Sum of RGB (Red+Green+Blue) = 121+74+203=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #794ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ACB is #86B534. Grayscale: #666666. Windows color (decimal): -8828213 or 13322873. OLE color: 13322873.

HSL color Cylindrical-coordinate representation of color #794ACB: hue angle of 261.86º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794ACB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 74 203 -
CMYK 0.40 0.64 0 0.20
HSL 261.86º 0.55% 0.54% -
HSV(B) 261.86º 0.64% 0.8% -
XYZ 21.11 13.27 57.95 -
YUV 102.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 121 74 203 0.40 0.64 0 0.20 261.86 0.55 0.54
Hex 79 4A CB 28 40 0 14 106 37 36
Octal 171 112 313 50 100 0 24 406 67 66
Binary 1111001 1001010 11001011 101000 1000000 0 10100 100000110 110111 110110

Color Harmonies of #794ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ACB

Black with #794ACB

Text Example


Text Example

White with #794ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,203); }

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

background-color css

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

 a { background-color: rgb(121,74,203); }

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

border-color css

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

 span { border-color: rgb(121,74,203); }

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