Html Css Color HEX #795DCD Slate Blue

📋 copy color: '#795DCD'

red 121 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #795DCD

Tints of Slate Blue #795DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 28.88%
G = 22.2%
B = 48.93%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#795DCD (or 0x795DCD) is known color: Slate Blue. HEX triplet: 79, 5D and CD. RGB value is (121,93,205). Sum of RGB (Red+Green+Blue) = 121+93+205=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #795DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DCD is #86A232. Grayscale: #717171. Windows color (decimal): -8823347 or 13458809. OLE color: 13458809.

HSL color Cylindrical-coordinate representation of color #795DCD: hue angle of 255º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #795DCD is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 93 205 -
CMYK 0.41 0.55 0 0.20
HSL 255º 0.53% 0.58% -
HSV(B) 255º 0.55% 0.8% -
XYZ 22.82 16.3 59.7 -
YUV 114.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 121 93 205 0.41 0.55 0 0.20 255 0.53 0.58
Hex 79 5D CD 29 37 0 14 FF 35 3A
Octal 171 135 315 51 67 0 24 377 65 72
Binary 1111001 1011101 11001101 101001 110111 0 10100 11111111 110101 111010

Color Harmonies of #795DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DCD

Black with #795DCD

Text Example


Text Example

White with #795DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,93,205); }

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

background-color css

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

 a { background-color: rgb(121,93,205); }

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

border-color css

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

 span { border-color: rgb(121,93,205); }

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