Html Css Color HEX #7958CA Slate Blue

📋 copy color: '#7958CA'

red 121 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #7958CA

Tints of Slate Blue #7958CA

RGB

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

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

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

R = 29.44%
G = 21.41%
B = 49.15%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7958CA (or 0x7958CA) is known color: Slate Blue. HEX triplet: 79, 58 and CA. RGB value is (121,88,202). Sum of RGB (Red+Green+Blue) = 121+88+202=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #7958CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7958CA is #86A735. Grayscale: #6E6E6E. Windows color (decimal): -8824630 or 13260921. OLE color: 13260921.

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

Color convert

RGB 121 88 202 -
CMYK 0.40 0.56 0 0.21
HSL 257.37º 0.52% 0.57% -
HSV(B) 257.37º 0.56% 0.79% -
XYZ 22.04 15.31 57.67 -
YUV 110.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 121 88 202 0.40 0.56 0 0.21 257.37 0.52 0.57
Hex 79 58 CA 28 38 0 15 101 34 39
Octal 171 130 312 50 70 0 25 401 64 71
Binary 1111001 1011000 11001010 101000 111000 0 10101 100000001 110100 111001

Color Harmonies of #7958CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958CA

Black with #7958CA

Text Example


Text Example

White with #7958CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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