Html Css Color HEX #794FCB Slate Blue

📋 copy color: '#794FCB'

red 121 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #794FCB

Tints of Slate Blue #794FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.6%

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

R = 30.02%
G = 19.6%
B = 50.37%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#794FCB (or 0x794FCB) is known color: Slate Blue. HEX triplet: 79, 4F and CB. RGB value is (121,79,203). Sum of RGB (Red+Green+Blue) = 121+79+203=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #794FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FCB is #86B034. Grayscale: #696969. Windows color (decimal): -8826933 or 13324153. OLE color: 13324153.

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

Color convert

RGB 121 79 203 -
CMYK 0.40 0.61 0 0.20
HSL 260.32º 0.54% 0.55% -
HSV(B) 260.32º 0.61% 0.8% -
XYZ 21.46 13.97 58.07 -
YUV 105.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 121 79 203 0.40 0.61 0 0.20 260.32 0.54 0.55
Hex 79 4F CB 28 3D 0 14 104 36 37
Octal 171 117 313 50 75 0 24 404 66 67
Binary 1111001 1001111 11001011 101000 111101 0 10100 100000100 110110 110111

Color Harmonies of #794FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FCB

Black with #794FCB

Text Example


Text Example

White with #794FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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