Html Css Color HEX #795AF8 Medium Slate Blue

📋 copy color: '#795AF8'

red 121 ◦ green 90 ◦ blue 248

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

Shades of Medium Slate Blue #795AF8

Tints of Medium Slate Blue #795AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.03%

R = 26.36%
G = 19.61%
B = 54.03%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#795AF8 (or 0x795AF8) is known color: Medium Slate Blue. HEX triplet: 79, 5A and F8. RGB value is (121,90,248). Sum of RGB (Red+Green+Blue) = 121+90+248=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #795AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795AF8 is #86A507. Grayscale: #747474. Windows color (decimal): -8824072 or 16276089. OLE color: 16276089.

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

Color convert

RGB 121 90 248 -
CMYK 0.51 0.64 0 0.03
HSL 251.77º 0.92% 0.66% -
HSV(B) 251.77º 0.64% 0.97% -
XYZ 28.48 18.15 90.81 -
YUV 117.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 121 90 248 0.51 0.64 0 0.03 251.77 0.92 0.66
Hex 79 5A F8 33 40 0 3 FC 5C 42
Octal 171 132 370 63 100 0 3 374 134 102
Binary 1111001 1011010 11111000 110011 1000000 0 11 11111100 1011100 1000010

Color Harmonies of #795AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AF8

Black with #795AF8

Text Example


Text Example

White with #795AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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