Html Css Color HEX #7957CB Slate Blue

📋 copy color: '#7957CB'

red 121 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #7957CB

Tints of Slate Blue #7957CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 29.44%
G = 21.17%
B = 49.39%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7957CB (or 0x7957CB) is known color: Slate Blue. HEX triplet: 79, 57 and CB. RGB value is (121,87,203). Sum of RGB (Red+Green+Blue) = 121+87+203=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #7957CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957CB is #86A834. Grayscale: #6D6D6D. Windows color (decimal): -8824885 or 13326201. OLE color: 13326201.

HSL color Cylindrical-coordinate representation of color #7957CB: hue angle of 257.59º 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 #7957CB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 87 203 -
CMYK 0.40 0.57 0 0.20
HSL 257.59º 0.53% 0.57% -
HSV(B) 257.59º 0.57% 0.8% -
XYZ 22.07 15.19 58.27 -
YUV 110.39 180.26 135.57 -
System Red Green Blue C M Y K H S L
Decimal 121 87 203 0.40 0.57 0 0.20 257.59 0.53 0.57
Hex 79 57 CB 28 39 0 14 102 35 39
Octal 171 127 313 50 71 0 24 402 65 71
Binary 1111001 1010111 11001011 101000 111001 0 10100 100000010 110101 111001

Color Harmonies of #7957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7957CB

Black with #7957CB

Text Example


Text Example

White with #7957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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