Html Css Color HEX #7948CA Slate Blue

📋 copy color: '#7948CA'

red 121 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #7948CA

Tints of Slate Blue #7948CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 30.63%
G = 18.23%
B = 51.14%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7948CA (or 0x7948CA) is known color: Slate Blue. HEX triplet: 79, 48 and CA. RGB value is (121,72,202). Sum of RGB (Red+Green+Blue) = 121+72+202=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #7948CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948CA is #86B735. Grayscale: #656565. Windows color (decimal): -8828726 or 13256825. OLE color: 13256825.

HSL color Cylindrical-coordinate representation of color #7948CA: hue angle of 262.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7948CA is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 72 202 -
CMYK 0.40 0.64 0 0.21
HSL 262.62º 0.55% 0.54% -
HSV(B) 262.62º 0.64% 0.79% -
XYZ 20.86 12.96 57.28 -
YUV 101.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 121 72 202 0.40 0.64 0 0.21 262.62 0.55 0.54
Hex 79 48 CA 28 40 0 15 107 37 36
Octal 171 110 312 50 100 0 25 407 67 66
Binary 1111001 1001000 11001010 101000 1000000 0 10101 100000111 110111 110110

Color Harmonies of #7948CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948CA

Black with #7948CA

Text Example


Text Example

White with #7948CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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