#7960D6

Color #7960D6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7960D6

Tints of Slate Blue #7960D6

Color information

#7960D6 (or 0x7960D6) is unknown color: approx Slate Blue. HEX triplet: 79, 60 and D6. RGB value is (121,96,214). Sum of RGB (Red+Green+Blue) = 121+96+214=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #7960D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960D6 is #869F29. Grayscale: #747474. Windows color (decimal): -8822570 or 14049401. OLE color: 14049401.

HSL color Cylindrical-coordinate representation of color #7960D6: hue angle of 252.71º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7960D6 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12196214-
CMYK0.430.5500.16
HSL252.71º59%60.78%-
HSV(B)252.71º55.14%83.92%-
XYZ24.2117.2965.68-
YUV116.93182.78130.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 214 (83.98% from 255) = 49.65%
R=28.07%
G=22.27%
B=49.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121962140.430.5500.16252.715960.78
Hex7960D62B37010fd3b3d
Octal17114032653670203757375
Binary111100111000001101011010101111011101000011111101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7960D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7960D6;
 }
 .AnyTagClassName
 {
   color: #7960D6;
 }
</style>
background-color css

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

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

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

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

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

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