Html Css Color HEX #7957CA Slate Blue

📋 copy color: '#7957CA'

red 121 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #7957CA

Tints of Slate Blue #7957CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 29.51%
G = 21.22%
B = 49.27%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7957CA (or 0x7957CA) is known color: Slate Blue. HEX triplet: 79, 57 and CA. RGB value is (121,87,202). Sum of RGB (Red+Green+Blue) = 121+87+202=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #7957CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957CA is #86A835. Grayscale: #6D6D6D. Windows color (decimal): -8824886 or 13260665. OLE color: 13260665.

HSL color Cylindrical-coordinate representation of color #7957CA: hue angle of 257.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7957CA is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 87 202 -
CMYK 0.40 0.57 0 0.21
HSL 257.74º 0.52% 0.57% -
HSV(B) 257.74º 0.57% 0.79% -
XYZ 21.95 15.15 57.64 -
YUV 110.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 121 87 202 0.40 0.57 0 0.21 257.74 0.52 0.57
Hex 79 57 CA 28 39 0 15 102 34 39
Octal 171 127 312 50 71 0 25 402 64 71
Binary 1111001 1010111 11001010 101000 111001 0 10101 100000010 110100 111001

Color Harmonies of #7957CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7957CA

Black with #7957CA

Text Example


Text Example

White with #7957CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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