Html Css Color HEX #7975EE Medium Slate Blue

📋 copy color: '#7975EE'

red 121 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #7975EE

Tints of Medium Slate Blue #7975EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 25.42%
G = 24.58%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7975EE (or 0x7975EE) is known color: Medium Slate Blue. HEX triplet: 79, 75 and EE. RGB value is (121,117,238). Sum of RGB (Red+Green+Blue) = 121+117+238=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #7975EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7975EE is #868A11. Grayscale: #838383. Windows color (decimal): -8817170 or 15627641. OLE color: 15627641.

HSL color Cylindrical-coordinate representation of color #7975EE: hue angle of 241.98º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7975EE is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 117 238 -
CMYK 0.49 0.51 0 0.07
HSL 241.98º 0.78% 0.7% -
HSV(B) 241.98º 0.51% 0.93% -
XYZ 29.68 22.96 83.76 -
YUV 131.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 121 117 238 0.49 0.51 0 0.07 241.98 0.78 0.7
Hex 79 75 EE 31 33 0 7 F2 4E 46
Octal 171 165 356 61 63 0 7 362 116 106
Binary 1111001 1110101 11101110 110001 110011 0 111 11110010 1001110 1000110

Color Harmonies of #7975EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7975EE

Black with #7975EE

Text Example


Text Example

White with #7975EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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