Html Css Color HEX #795CEF Medium Slate Blue

📋 copy color: '#795CEF'

red 121 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #795CEF

Tints of Medium Slate Blue #795CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 26.77%
G = 20.35%
B = 52.88%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#795CEF (or 0x795CEF) is known color: Medium Slate Blue. HEX triplet: 79, 5C and EF. RGB value is (121,92,239). Sum of RGB (Red+Green+Blue) = 121+92+239=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #795CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CEF is #86A310. Grayscale: #747474. Windows color (decimal): -8823569 or 15686777. OLE color: 15686777.

HSL color Cylindrical-coordinate representation of color #795CEF: hue angle of 251.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #795CEF is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 92 239 -
CMYK 0.49 0.62 0 0.06
HSL 251.84º 0.82% 0.65% -
HSV(B) 251.84º 0.62% 0.94% -
XYZ 27.29 17.95 83.69 -
YUV 117.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 121 92 239 0.49 0.62 0 0.06 251.84 0.82 0.65
Hex 79 5C EF 31 3E 0 6 FC 52 41
Octal 171 134 357 61 76 0 6 374 122 101
Binary 1111001 1011100 11101111 110001 111110 0 110 11111100 1010010 1000001

Color Harmonies of #795CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CEF

Black with #795CEF

Text Example


Text Example

White with #795CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,92,239); }

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

background-color css

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

 a { background-color: rgb(121,92,239); }

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

border-color css

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

 span { border-color: rgb(121,92,239); }

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