Html Css Color HEX #7957CE Slate Blue

📋 copy color: '#7957CE'

red 121 ◦ green 87 ◦ blue 206

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

Shades of Slate Blue #7957CE

Tints of Slate Blue #7957CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.01%

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 29.23%
G = 21.01%
B = 49.76%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7957CE (or 0x7957CE) is known color: Slate Blue. HEX triplet: 79, 57 and CE. RGB value is (121,87,206). Sum of RGB (Red+Green+Blue) = 121+87+206=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #7957CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957CE is #86A831. Grayscale: #6E6E6E. Windows color (decimal): -8824882 or 13522809. OLE color: 13522809.

HSL color Cylindrical-coordinate representation of color #7957CE: hue angle of 257.14º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7957CE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 87 206 -
CMYK 0.41 0.58 0 0.19
HSL 257.14º 0.55% 0.57% -
HSV(B) 257.14º 0.58% 0.81% -
XYZ 22.43 15.34 60.17 -
YUV 110.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 121 87 206 0.41 0.58 0 0.19 257.14 0.55 0.57
Hex 79 57 CE 29 3A 0 13 101 37 39
Octal 171 127 316 51 72 0 23 401 67 71
Binary 1111001 1010111 11001110 101001 111010 0 10011 100000001 110111 111001

Color Harmonies of #7957CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7957CE

Black with #7957CE

Text Example


Text Example

White with #7957CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7957CE; }

 p { color: rgb(121,87,206); }

 H1.HeaderClassName
 {
   color: #7957CE;
 }
 .AnyTagClassName
 {
   color: #7957CE;
 }
</style>

background-color css

<style>
 a { background-color: #7957CE; }

 a { background-color: rgb(121,87,206); }

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

border-color css

<style>
 span { border-color: #7957CE; }

 span { border-color: rgb(121,87,206); }

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