Html Css Color HEX #795AC1 Slate Blue

📋 copy color: '#795AC1'

red 121 ◦ green 90 ◦ blue 193

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

Shades of Slate Blue #795AC1

Tints of Slate Blue #795AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 29.95%
G = 22.28%
B = 47.77%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#795AC1 (or 0x795AC1) is known color: Slate Blue. HEX triplet: 79, 5A and C1. RGB value is (121,90,193). Sum of RGB (Red+Green+Blue) = 121+90+193=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #795AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AC1 is #86A53E. Grayscale: #6E6E6E. Windows color (decimal): -8824127 or 12671609. OLE color: 12671609.

HSL color Cylindrical-coordinate representation of color #795AC1: hue angle of 258.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795AC1 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 90 193 -
CMYK 0.37 0.53 0 0.24
HSL 258.06º 0.45% 0.55% -
HSV(B) 258.06º 0.53% 0.76% -
XYZ 21.17 15.23 52.28 -
YUV 111.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 121 90 193 0.37 0.53 0 0.24 258.06 0.45 0.55
Hex 79 5A C1 25 35 0 18 102 2D 37
Octal 171 132 301 45 65 0 30 402 55 67
Binary 1111001 1011010 11000001 100101 110101 0 11000 100000010 101101 110111

Color Harmonies of #795AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AC1

Black with #795AC1

Text Example


Text Example

White with #795AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795AC1; }

 p { color: rgb(121,90,193); }

 H1.HeaderClassName
 {
   color: #795AC1;
 }
 .AnyTagClassName
 {
   color: #795AC1;
 }
</style>

background-color css

<style>
 a { background-color: #795AC1; }

 a { background-color: rgb(121,90,193); }

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

border-color css

<style>
 span { border-color: #795AC1; }

 span { border-color: rgb(121,90,193); }

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