Html Css Color HEX #795FE6 Medium Slate Blue

📋 copy color: '#795FE6'

red 121 ◦ green 95 ◦ blue 230

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

Shades of Medium Slate Blue #795FE6

Tints of Medium Slate Blue #795FE6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.3%

 BLUE value IS 230 (90.23% from 255) = 51.57%

R = 27.13%
G = 21.3%
B = 51.57%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#795FE6 (or 0x795FE6) is known color: Medium Slate Blue. HEX triplet: 79, 5F and E6. RGB value is (121,95,230). Sum of RGB (Red+Green+Blue) = 121+95+230=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #795FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795FE6 is #86A019. Grayscale: #757575. Windows color (decimal): -8822810 or 15097721. OLE color: 15097721.

HSL color Cylindrical-coordinate representation of color #795FE6: hue angle of 251.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795FE6 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 95 230 -
CMYK 0.47 0.59 0 0.10
HSL 251.56º 0.73% 0.64% -
HSV(B) 251.56º 0.59% 0.9% -
XYZ 26.26 17.96 76.95 -
YUV 118.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 121 95 230 0.47 0.59 0 0.10 251.56 0.73 0.64
Hex 79 5F E6 2F 3B 0 A FC 49 40
Octal 171 137 346 57 73 0 12 374 111 100
Binary 1111001 1011111 11100110 101111 111011 0 1010 11111100 1001001 1000000

Color Harmonies of #795FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FE6

Black with #795FE6

Text Example


Text Example

White with #795FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,230); }

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

background-color css

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

 a { background-color: rgb(121,95,230); }

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

border-color css

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

 span { border-color: rgb(121,95,230); }

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