Html Css Color HEX #795CED Medium Slate Blue

📋 copy color: '#795CED'

red 121 ◦ green 92 ◦ blue 237

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

Shades of Medium Slate Blue #795CED

Tints of Medium Slate Blue #795CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 26.89%
G = 20.44%
B = 52.67%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#795CED (or 0x795CED) is known color: Medium Slate Blue. HEX triplet: 79, 5C and ED. RGB value is (121,92,237). Sum of RGB (Red+Green+Blue) = 121+92+237=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #795CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795CED is #86A312. Grayscale: #747474. Windows color (decimal): -8823571 or 15555705. OLE color: 15555705.

HSL color Cylindrical-coordinate representation of color #795CED: hue angle of 252º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795CED is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 92 237 -
CMYK 0.49 0.61 0 0.07
HSL 252º 0.8% 0.65% -
HSV(B) 252º 0.61% 0.93% -
XYZ 27 17.83 82.14 -
YUV 117.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 121 92 237 0.49 0.61 0 0.07 252 0.8 0.65
Hex 79 5C ED 31 3D 0 7 FC 50 41
Octal 171 134 355 61 75 0 7 374 120 101
Binary 1111001 1011100 11101101 110001 111101 0 111 11111100 1010000 1000001

Color Harmonies of #795CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CED

Black with #795CED

Text Example


Text Example

White with #795CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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