Html Css Color HEX #795DC7 Slate Blue

📋 copy color: '#795DC7'

red 121 ◦ green 93 ◦ blue 199

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

Shades of Slate Blue #795DC7

Tints of Slate Blue #795DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.18%

R = 29.3%
G = 22.52%
B = 48.18%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#795DC7 (or 0x795DC7) is known color: Slate Blue. HEX triplet: 79, 5D and C7. RGB value is (121,93,199). Sum of RGB (Red+Green+Blue) = 121+93+199=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #795DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DC7 is #86A238. Grayscale: #717171. Windows color (decimal): -8823353 or 13065593. OLE color: 13065593.

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

Color convert

RGB 121 93 199 -
CMYK 0.39 0.53 0 0.22
HSL 255.85º 0.49% 0.57% -
HSV(B) 255.85º 0.53% 0.78% -
XYZ 22.11 16.02 55.96 -
YUV 113.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 121 93 199 0.39 0.53 0 0.22 255.85 0.49 0.57
Hex 79 5D C7 27 35 0 16 100 31 39
Octal 171 135 307 47 65 0 26 400 61 71
Binary 1111001 1011101 11000111 100111 110101 0 10110 100000000 110001 111001

Color Harmonies of #795DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DC7

Black with #795DC7

Text Example


Text Example

White with #795DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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