Html Css Color HEX #7948CB Slate Blue

📋 copy color: '#7948CB'

red 121 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #7948CB

Tints of Slate Blue #7948CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 30.56%
G = 18.18%
B = 51.26%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7948CB (or 0x7948CB) is known color: Slate Blue. HEX triplet: 79, 48 and CB. RGB value is (121,72,203). Sum of RGB (Red+Green+Blue) = 121+72+203=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #7948CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948CB is #86B734. Grayscale: #656565. Windows color (decimal): -8828725 or 13322361. OLE color: 13322361.

HSL color Cylindrical-coordinate representation of color #7948CB: hue angle of 262.44º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7948CB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 72 203 -
CMYK 0.40 0.65 0 0.20
HSL 262.44º 0.56% 0.54% -
HSV(B) 262.44º 0.65% 0.8% -
XYZ 20.98 13.01 57.91 -
YUV 101.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 121 72 203 0.40 0.65 0 0.20 262.44 0.56 0.54
Hex 79 48 CB 28 41 0 14 106 38 36
Octal 171 110 313 50 101 0 24 406 70 66
Binary 1111001 1001000 11001011 101000 1000001 0 10100 100000110 111000 110110

Color Harmonies of #7948CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7948CB

Black with #7948CB

Text Example


Text Example

White with #7948CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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