#795AC4

Color #795AC4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #795AC4

Tints of Slate Blue #795AC4

Color information

#795AC4 (or 0x795AC4) is unknown color: approx Slate Blue. HEX triplet: 79, 5A and C4. RGB value is (121,90,196). Sum of RGB (Red+Green+Blue) = 121+90+196=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #795AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AC4 is #86A53B. Grayscale: #6E6E6E. Windows color (decimal): -8824124 or 12868217. OLE color: 12868217.

HSL color Cylindrical-coordinate representation of color #795AC4: hue angle of 257.55º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795AC4 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12190196-
CMYK0.380.5400.23
HSL257.55º47.32%56.08%-
HSV(B)257.55º54.08%76.86%-
XYZ21.5115.3654.06-
YUV111.35175.77134.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.73%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 196 (76.95% from 255) = 48.16%
R=29.73%
G=22.11%
B=48.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121901960.380.5400.23257.5547.3256.08
Hex795AC426360171022f38
Octal17113230446660274025770
Binary1111001101101011000100100110110110010111100000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #795AC4;
 }
 .AnyTagClassName
 {
   color: #795AC4;
 }
</style>
background-color css

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

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

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

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

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

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