Html Css Color HEX #7960CA Slate Blue

📋 copy color: '#7960CA'

red 121 ◦ green 96 ◦ blue 202

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

Shades of Slate Blue #7960CA

Tints of Slate Blue #7960CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

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

R = 28.88%
G = 22.91%
B = 48.21%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7960CA (or 0x7960CA) is known color: Slate Blue. HEX triplet: 79, 60 and CA. RGB value is (121,96,202). Sum of RGB (Red+Green+Blue) = 121+96+202=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7960CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960CA is #869F35. Grayscale: #737373. Windows color (decimal): -8822582 or 13262969. OLE color: 13262969.

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

Color convert

RGB 121 96 202 -
CMYK 0.40 0.52 0 0.21
HSL 254.15º 0.5% 0.58% -
HSV(B) 254.15º 0.52% 0.79% -
XYZ 22.73 16.69 57.9 -
YUV 115.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 121 96 202 0.40 0.52 0 0.21 254.15 0.5 0.58
Hex 79 60 CA 28 34 0 15 FE 32 3A
Octal 171 140 312 50 64 0 25 376 62 72
Binary 1111001 1100000 11001010 101000 110100 0 10101 11111110 110010 111010

Color Harmonies of #7960CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960CA

Black with #7960CA

Text Example


Text Example

White with #7960CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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