Html Css Color HEX #7948C6 Slate Blue

📋 copy color: '#7948C6'

red 121 ◦ green 72 ◦ blue 198

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

Shades of Slate Blue #7948C6

Tints of Slate Blue #7948C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 30.95%
G = 18.41%
B = 50.64%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7948C6 (or 0x7948C6) is known color: Slate Blue. HEX triplet: 79, 48 and C6. RGB value is (121,72,198). Sum of RGB (Red+Green+Blue) = 121+72+198=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #7948C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948C6 is #86B739. Grayscale: #646464. Windows color (decimal): -8828730 or 12994681. OLE color: 12994681.

HSL color Cylindrical-coordinate representation of color #7948C6: hue angle of 263.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7948C6 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 72 198 -
CMYK 0.39 0.64 0 0.22
HSL 263.33º 0.53% 0.53% -
HSV(B) 263.33º 0.64% 0.78% -
XYZ 20.4 12.78 54.82 -
YUV 101.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 121 72 198 0.39 0.64 0 0.22 263.33 0.53 0.53
Hex 79 48 C6 27 40 0 16 107 34 35
Octal 171 110 306 47 100 0 26 407 64 65
Binary 1111001 1001000 11000110 100111 1000000 0 10110 100000111 110100 110101

Color Harmonies of #7948C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948C6

Black with #7948C6

Text Example


Text Example

White with #7948C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7948C6; }

 p { color: rgb(121,72,198); }

 H1.HeaderClassName
 {
   color: #7948C6;
 }
 .AnyTagClassName
 {
   color: #7948C6;
 }
</style>

background-color css

<style>
 a { background-color: #7948C6; }

 a { background-color: rgb(121,72,198); }

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

border-color css

<style>
 span { border-color: #7948C6; }

 span { border-color: rgb(121,72,198); }

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