Html Css Color HEX #7958D7 Slate Blue

📋 copy color: '#7958D7'

red 121 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #7958D7

Tints of Slate Blue #7958D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 28.54%
G = 20.75%
B = 50.71%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7958D7 (or 0x7958D7) is known color: Slate Blue. HEX triplet: 79, 58 and D7. RGB value is (121,88,215). Sum of RGB (Red+Green+Blue) = 121+88+215=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #7958D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958D7 is #86A728. Grayscale: #6F6F6F. Windows color (decimal): -8824617 or 14112889. OLE color: 14112889.

HSL color Cylindrical-coordinate representation of color #7958D7: hue angle of 255.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7958D7 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 88 215 -
CMYK 0.44 0.59 0 0.16
HSL 255.59º 0.61% 0.59% -
HSV(B) 255.59º 0.59% 0.84% -
XYZ 23.64 15.95 66.12 -
YUV 112.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 121 88 215 0.44 0.59 0 0.16 255.59 0.61 0.59
Hex 79 58 D7 2C 3B 0 10 100 3D 3B
Octal 171 130 327 54 73 0 20 400 75 73
Binary 1111001 1011000 11010111 101100 111011 0 10000 100000000 111101 111011

Color Harmonies of #7958D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958D7

Black with #7958D7

Text Example


Text Example

White with #7958D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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