Html Css Color HEX #7955F6 Medium Slate Blue

📋 copy color: '#7955F6'

red 121 ◦ green 85 ◦ blue 246

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

Shades of Medium Slate Blue #7955F6

Tints of Medium Slate Blue #7955F6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

 BLUE value IS 246 (96.48% from 255) = 54.42%

R = 26.77%
G = 18.81%
B = 54.42%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7955F6 (or 0x7955F6) is known color: Medium Slate Blue. HEX triplet: 79, 55 and F6. RGB value is (121,85,246). Sum of RGB (Red+Green+Blue) = 121+85+246=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #7955F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7955F6 is #86AA09. Grayscale: #717171. Windows color (decimal): -8825354 or 16143737. OLE color: 16143737.

HSL color Cylindrical-coordinate representation of color #7955F6: hue angle of 253.42º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7955F6 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 85 246 -
CMYK 0.51 0.65 0 0.04
HSL 253.42º 0.9% 0.65% -
HSV(B) 253.42º 0.65% 0.96% -
XYZ 27.77 17.22 89.05 -
YUV 114.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 121 85 246 0.51 0.65 0 0.04 253.42 0.9 0.65
Hex 79 55 F6 33 41 0 4 FD 5A 41
Octal 171 125 366 63 101 0 4 375 132 101
Binary 1111001 1010101 11110110 110011 1000001 0 100 11111101 1011010 1000001

Color Harmonies of #7955F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7955F6

Black with #7955F6

Text Example


Text Example

White with #7955F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7955F6; }

 p { color: rgb(121,85,246); }

 H1.HeaderClassName
 {
   color: #7955F6;
 }
 .AnyTagClassName
 {
   color: #7955F6;
 }
</style>

background-color css

<style>
 a { background-color: #7955F6; }

 a { background-color: rgb(121,85,246); }

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

border-color css

<style>
 span { border-color: #7955F6; }

 span { border-color: rgb(121,85,246); }

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