Html Css Color HEX #7958C9 Slate Blue

📋 copy color: '#7958C9'

red 121 ◦ green 88 ◦ blue 201

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

Shades of Slate Blue #7958C9

Tints of Slate Blue #7958C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 29.51%
G = 21.46%
B = 49.02%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7958C9 (or 0x7958C9) is known color: Slate Blue. HEX triplet: 79, 58 and C9. RGB value is (121,88,201). Sum of RGB (Red+Green+Blue) = 121+88+201=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #7958C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958C9 is #86A736. Grayscale: #6E6E6E. Windows color (decimal): -8824631 or 13195385. OLE color: 13195385.

HSL color Cylindrical-coordinate representation of color #7958C9: hue angle of 257.52º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7958C9 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 88 201 -
CMYK 0.40 0.56 0 0.21
HSL 257.52º 0.51% 0.57% -
HSV(B) 257.52º 0.56% 0.79% -
XYZ 21.92 15.26 57.05 -
YUV 110.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 121 88 201 0.40 0.56 0 0.21 257.52 0.51 0.57
Hex 79 58 C9 28 38 0 15 102 33 39
Octal 171 130 311 50 70 0 25 402 63 71
Binary 1111001 1011000 11001001 101000 111000 0 10101 100000010 110011 111001

Color Harmonies of #7958C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958C9

Black with #7958C9

Text Example


Text Example

White with #7958C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7958C9; }

 p { color: rgb(121,88,201); }

 H1.HeaderClassName
 {
   color: #7958C9;
 }
 .AnyTagClassName
 {
   color: #7958C9;
 }
</style>

background-color css

<style>
 a { background-color: #7958C9; }

 a { background-color: rgb(121,88,201); }

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

border-color css

<style>
 span { border-color: #7958C9; }

 span { border-color: rgb(121,88,201); }

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