Html Css Color HEX #795AF9 Medium Slate Blue

📋 copy color: '#795AF9'

red 121 ◦ green 90 ◦ blue 249

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

Shades of Medium Slate Blue #795AF9

Tints of Medium Slate Blue #795AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 26.3%
G = 19.57%
B = 54.13%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#795AF9 (or 0x795AF9) is known color: Medium Slate Blue. HEX triplet: 79, 5A and F9. RGB value is (121,90,249). Sum of RGB (Red+Green+Blue) = 121+90+249=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #795AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AF9 is #86A506. Grayscale: #747474. Windows color (decimal): -8824071 or 16341625. OLE color: 16341625.

HSL color Cylindrical-coordinate representation of color #795AF9: hue angle of 251.7º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #795AF9 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 90 249 -
CMYK 0.51 0.64 0 0.02
HSL 251.7º 0.93% 0.66% -
HSV(B) 251.7º 0.64% 0.98% -
XYZ 28.64 18.22 91.63 -
YUV 117.4 202.27 130.57 -
System Red Green Blue C M Y K H S L
Decimal 121 90 249 0.51 0.64 0 0.02 251.7 0.93 0.66
Hex 79 5A F9 33 40 0 2 FC 5D 42
Octal 171 132 371 63 100 0 2 374 135 102
Binary 1111001 1011010 11111001 110011 1000000 0 10 11111100 1011101 1000010

Color Harmonies of #795AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AF9

Black with #795AF9

Text Example


Text Example

White with #795AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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