Html Css Color HEX #7960D8 Slate Blue

📋 copy color: '#7960D8'

red 121 ◦ green 96 ◦ blue 216

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

Shades of Slate Blue #7960D8

Tints of Slate Blue #7960D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.88%

R = 27.94%
G = 22.17%
B = 49.88%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7960D8 (or 0x7960D8) is known color: Slate Blue. HEX triplet: 79, 60 and D8. RGB value is (121,96,216). Sum of RGB (Red+Green+Blue) = 121+96+216=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #7960D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960D8 is #869F27. Grayscale: #747474. Windows color (decimal): -8822568 or 14180473. OLE color: 14180473.

HSL color Cylindrical-coordinate representation of color #7960D8: hue angle of 252.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7960D8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 96 216 -
CMYK 0.44 0.56 0 0.15
HSL 252.5º 0.61% 0.61% -
HSV(B) 252.5º 0.56% 0.85% -
XYZ 24.46 17.39 67.03 -
YUV 117.16 183.78 130.74 -
System Red Green Blue C M Y K H S L
Decimal 121 96 216 0.44 0.56 0 0.15 252.5 0.61 0.61
Hex 79 60 D8 2C 38 0 F FD 3D 3D
Octal 171 140 330 54 70 0 17 375 75 75
Binary 1111001 1100000 11011000 101100 111000 0 1111 11111101 111101 111101

Color Harmonies of #7960D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960D8

Black with #7960D8

Text Example


Text Example

White with #7960D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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