Html Css Color HEX #7967E8 Medium Slate Blue

📋 copy color: '#7967E8'

red 121 ◦ green 103 ◦ blue 232

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

Shades of Medium Slate Blue #7967E8

Tints of Medium Slate Blue #7967E8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.59%

 BLUE value IS 232 (91.02% from 255) = 50.88%

R = 26.54%
G = 22.59%
B = 50.88%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7967E8 (or 0x7967E8) is known color: Medium Slate Blue. HEX triplet: 79, 67 and E8. RGB value is (121,103,232). Sum of RGB (Red+Green+Blue) = 121+103+232=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #7967E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7967E8 is #869817. Grayscale: #7A7A7A. Windows color (decimal): -8820760 or 15230841. OLE color: 15230841.

HSL color Cylindrical-coordinate representation of color #7967E8: hue angle of 248.37º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7967E8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 103 232 -
CMYK 0.48 0.56 0 0.09
HSL 248.37º 0.74% 0.66% -
HSV(B) 248.37º 0.56% 0.91% -
XYZ 27.3 19.59 78.69 -
YUV 123.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 121 103 232 0.48 0.56 0 0.09 248.37 0.74 0.66
Hex 79 67 E8 30 38 0 9 F8 4A 42
Octal 171 147 350 60 70 0 11 370 112 102
Binary 1111001 1100111 11101000 110000 111000 0 1001 11111000 1001010 1000010

Color Harmonies of #7967E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967E8

Black with #7967E8

Text Example


Text Example

White with #7967E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7967E8; }

 p { color: rgb(121,103,232); }

 H1.HeaderClassName
 {
   color: #7967E8;
 }
 .AnyTagClassName
 {
   color: #7967E8;
 }
</style>

background-color css

<style>
 a { background-color: #7967E8; }

 a { background-color: rgb(121,103,232); }

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

border-color css

<style>
 span { border-color: #7967E8; }

 span { border-color: rgb(121,103,232); }

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