Html Css Color HEX #7958CC Slate Blue

📋 copy color: '#7958CC'

red 121 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #7958CC

Tints of Slate Blue #7958CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 29.3%
G = 21.31%
B = 49.39%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7958CC (or 0x7958CC) is known color: Slate Blue. HEX triplet: 79, 58 and CC. RGB value is (121,88,204). Sum of RGB (Red+Green+Blue) = 121+88+204=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7958CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958CC is #86A733. Grayscale: #6E6E6E. Windows color (decimal): -8824628 or 13391993. OLE color: 13391993.

HSL color Cylindrical-coordinate representation of color #7958CC: hue angle of 257.07º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7958CC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 88 204 -
CMYK 0.41 0.57 0 0.2
HSL 257.07º 0.53% 0.57% -
HSV(B) 257.07º 0.57% 0.8% -
XYZ 22.27 15.4 58.93 -
YUV 111.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 121 88 204 0.41 0.57 0 0.2 257.07 0.53 0.57
Hex 79 58 CC 29 39 0 14 101 35 39
Octal 171 130 314 51 71 0 24 401 65 71
Binary 1111001 1011000 11001100 101001 111001 0 10100 100000001 110101 111001

Color Harmonies of #7958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958CC

Black with #7958CC

Text Example


Text Example

White with #7958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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