Html Css Color HEX #795EFC Medium Slate Blue

📋 copy color: '#795EFC'

red 121 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #795EFC

Tints of Medium Slate Blue #795EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 25.91%
G = 20.13%
B = 53.96%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#795EFC (or 0x795EFC) is known color: Medium Slate Blue. HEX triplet: 79, 5E and FC. RGB value is (121,94,252). Sum of RGB (Red+Green+Blue) = 121+94+252=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #795EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795EFC is #86A103. Grayscale: #777777. Windows color (decimal): -8823044 or 16539257. OLE color: 16539257.

HSL color Cylindrical-coordinate representation of color #795EFC: hue angle of 250.25º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795EFC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 94 252 -
CMYK 0.52 0.63 0 0.01
HSL 250.25º 0.96% 0.68% -
HSV(B) 250.25º 0.63% 0.99% -
XYZ 29.46 19.1 94.23 -
YUV 120.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 121 94 252 0.52 0.63 0 0.01 250.25 0.96 0.68
Hex 79 5E FC 34 3F 0 1 FA 60 44
Octal 171 136 374 64 77 0 1 372 140 104
Binary 1111001 1011110 11111100 110100 111111 0 1 11111010 1100000 1000100

Color Harmonies of #795EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795EFC

Black with #795EFC

Text Example


Text Example

White with #795EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,94,252); }

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

background-color css

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

 a { background-color: rgb(121,94,252); }

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

border-color css

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

 span { border-color: rgb(121,94,252); }

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