Html Css Color HEX #7960CF Slate Blue

📋 copy color: '#7960CF'

red 121 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #7960CF

Tints of Slate Blue #7960CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 28.54%
G = 22.64%
B = 48.82%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7960CF (or 0x7960CF) is known color: Slate Blue. HEX triplet: 79, 60 and CF. RGB value is (121,96,207). Sum of RGB (Red+Green+Blue) = 121+96+207=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7960CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960CF is #869F30. Grayscale: #737373. Windows color (decimal): -8822577 or 13590649. OLE color: 13590649.

HSL color Cylindrical-coordinate representation of color #7960CF: hue angle of 253.51º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7960CF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 96 207 -
CMYK 0.42 0.54 0 0.19
HSL 253.51º 0.54% 0.59% -
HSV(B) 253.51º 0.54% 0.81% -
XYZ 23.33 16.94 61.07 -
YUV 116.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 121 96 207 0.42 0.54 0 0.19 253.51 0.54 0.59
Hex 79 60 CF 2A 36 0 13 FE 36 3B
Octal 171 140 317 52 66 0 23 376 66 73
Binary 1111001 1100000 11001111 101010 110110 0 10011 11111110 110110 111011

Color Harmonies of #7960CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960CF

Black with #7960CF

Text Example


Text Example

White with #7960CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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