Html Css Color HEX #795CC5 Slate Blue

📋 copy color: '#795CC5'

red 121 ◦ green 92 ◦ blue 197

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

Shades of Slate Blue #795CC5

Tints of Slate Blue #795CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

 BLUE value IS 197 (77.34% from 255) = 48.05%

R = 29.51%
G = 22.44%
B = 48.05%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#795CC5 (or 0x795CC5) is known color: Slate Blue. HEX triplet: 79, 5C and C5. RGB value is (121,92,197). Sum of RGB (Red+Green+Blue) = 121+92+197=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #795CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CC5 is #86A33A. Grayscale: #707070. Windows color (decimal): -8823611 or 12934265. OLE color: 12934265.

HSL color Cylindrical-coordinate representation of color #795CC5: hue angle of 256.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795CC5 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 92 197 -
CMYK 0.39 0.53 0 0.23
HSL 256.57º 0.48% 0.57% -
HSV(B) 256.57º 0.53% 0.77% -
XYZ 21.79 15.75 54.72 -
YUV 112.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 121 92 197 0.39 0.53 0 0.23 256.57 0.48 0.57
Hex 79 5C C5 27 35 0 17 101 30 39
Octal 171 134 305 47 65 0 27 401 60 71
Binary 1111001 1011100 11000101 100111 110101 0 10111 100000001 110000 111001

Color Harmonies of #795CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CC5

Black with #795CC5

Text Example


Text Example

White with #795CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,92,197); }

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

background-color css

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

 a { background-color: rgb(121,92,197); }

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

border-color css

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

 span { border-color: rgb(121,92,197); }

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