Html Css Color HEX #7958D6 Slate Blue

📋 copy color: '#7958D6'

red 121 ◦ green 88 ◦ blue 214

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

Shades of Slate Blue #7958D6

Tints of Slate Blue #7958D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 28.61%
G = 20.8%
B = 50.59%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7958D6 (or 0x7958D6) is known color: Slate Blue. HEX triplet: 79, 58 and D6. RGB value is (121,88,214). Sum of RGB (Red+Green+Blue) = 121+88+214=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #7958D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958D6 is #86A729. Grayscale: #6F6F6F. Windows color (decimal): -8824618 or 14047353. OLE color: 14047353.

HSL color Cylindrical-coordinate representation of color #7958D6: hue angle of 255.71º 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 #7958D6 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 88 214 -
CMYK 0.43 0.59 0 0.16
HSL 255.71º 0.61% 0.59% -
HSV(B) 255.71º 0.59% 0.84% -
XYZ 23.51 15.9 65.45 -
YUV 112.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 121 88 214 0.43 0.59 0 0.16 255.71 0.61 0.59
Hex 79 58 D6 2B 3B 0 10 100 3D 3B
Octal 171 130 326 53 73 0 20 400 75 73
Binary 1111001 1011000 11010110 101011 111011 0 10000 100000000 111101 111011

Color Harmonies of #7958D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958D6

Black with #7958D6

Text Example


Text Example

White with #7958D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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