Html Css Color HEX #7958C2 Slate Blue

📋 copy color: '#7958C2'

red 121 ◦ green 88 ◦ blue 194

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

Shades of Slate Blue #7958C2

Tints of Slate Blue #7958C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.14%

R = 30.02%
G = 21.84%
B = 48.14%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7958C2 (or 0x7958C2) is known color: Slate Blue. HEX triplet: 79, 58 and C2. RGB value is (121,88,194). Sum of RGB (Red+Green+Blue) = 121+88+194=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #7958C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958C2 is #86A73D. Grayscale: #6D6D6D. Windows color (decimal): -8824638 or 12736633. OLE color: 12736633.

HSL color Cylindrical-coordinate representation of color #7958C2: hue angle of 258.68º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7958C2 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 88 194 -
CMYK 0.38 0.55 0 0.24
HSL 258.68º 0.46% 0.55% -
HSV(B) 258.68º 0.55% 0.76% -
XYZ 21.11 14.94 52.81 -
YUV 109.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 121 88 194 0.38 0.55 0 0.24 258.68 0.46 0.55
Hex 79 58 C2 26 37 0 18 103 2E 37
Octal 171 130 302 46 67 0 30 403 56 67
Binary 1111001 1011000 11000010 100110 110111 0 11000 100000011 101110 110111

Color Harmonies of #7958C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958C2

Black with #7958C2

Text Example


Text Example

White with #7958C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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