Html Css Color HEX #7975DF Medium Slate Blue

📋 copy color: '#7975DF'

red 121 ◦ green 117 ◦ blue 223

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

Shades of Medium Slate Blue #7975DF

Tints of Medium Slate Blue #7975DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 26.25%
G = 25.38%
B = 48.37%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7975DF (or 0x7975DF) is known color: Medium Slate Blue. HEX triplet: 79, 75 and DF. RGB value is (121,117,223). Sum of RGB (Red+Green+Blue) = 121+117+223=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #7975DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975DF is #868A20. Grayscale: #818181. Windows color (decimal): -8817185 or 14644601. OLE color: 14644601.

HSL color Cylindrical-coordinate representation of color #7975DF: hue angle of 242.26º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7975DF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 117 223 -
CMYK 0.46 0.48 0 0.13
HSL 242.26º 0.62% 0.67% -
HSV(B) 242.26º 0.48% 0.87% -
XYZ 27.57 22.12 72.63 -
YUV 130.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 121 117 223 0.46 0.48 0 0.13 242.26 0.62 0.67
Hex 79 75 DF 2E 30 0 D F2 3E 43
Octal 171 165 337 56 60 0 15 362 76 103
Binary 1111001 1110101 11011111 101110 110000 0 1101 11110010 111110 1000011

Color Harmonies of #7975DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7975DF

Black with #7975DF

Text Example


Text Example

White with #7975DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7975DF; }

 p { color: rgb(121,117,223); }

 H1.HeaderClassName
 {
   color: #7975DF;
 }
 .AnyTagClassName
 {
   color: #7975DF;
 }
</style>

background-color css

<style>
 a { background-color: #7975DF; }

 a { background-color: rgb(121,117,223); }

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

border-color css

<style>
 span { border-color: #7975DF; }

 span { border-color: rgb(121,117,223); }

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